Skip to content

Commit

Permalink
doc stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Apr 27, 2024
1 parent cf9095a commit 849fa54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extending-locust.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ to the Flask app instance and use that to set up a new route::
def my_added_page():
return "Another page"

You should now be able to start locust and browse to http://127.0.0.1:8089/added_page. Note that it doesnt get automatically added as a new tab - you'll need to enter the URL directly.
You should now be able to start locust and browse to http://127.0.0.1:8089/added_page. Note that it doesn't get automatically added as a new tab - you'll need to enter the URL directly.

Extending Web UI
================
Expand Down

0 comments on commit 849fa54

Please sign in to comment.