Skip to content

Commit

Permalink
Merge pull request #2121 from 5imun/patch-1
Browse files Browse the repository at this point in the history
Convert url for getting tasks to relative
  • Loading branch information
cyberw authored Jun 23, 2022
2 parents 0ff0f43 + 6bedc53 commit 481e066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/static/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function fillTasksFromObj() {
}

function fillTasksFromRequest() {
$.get('/tasks', function (data) {
$.get('./tasks', function (data) {
_renderTasks(data)
});
}

0 comments on commit 481e066

Please sign in to comment.