forked from orbit-oss/flask
add missing port to localhost URL
This commit is contained in:
parent
9b6845f436
commit
5a75da5471
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ the following into the ``flaskr/static/style.css`` file:
|
|||
You can find a less compact version of ``style.css`` in the
|
||||
:gh:`example code <examples/tutorial/flaskr/static/style.css>`.
|
||||
|
||||
Go to http://127.0.0.1/auth/login and the page should look like the
|
||||
Go to http://127.0.0.1:5000/auth/login and the page should look like the
|
||||
screenshot below.
|
||||
|
||||
.. image:: flaskr_login.png
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue