Skip to content

Commit 717b6b1

Browse files
author
frilling
committed
fixed swagger path in readme
1 parent 3d3c251 commit 717b6b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/base_api/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Run it::
88
$ export FLASK_APP=app/__init__.py
99
$ flask run
1010

11-
For Swagger view go to: http://localhost:5000/swaggerview/v1
11+
For Swagger view go to: http://localhost:5000/swagger/v1

examples/crud_rest_api/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Run it::
1313
$ flask fab create-admin
1414
$ flask run
1515

16-
For Swagger view go to: http://localhost:5000/swaggerview/v1
16+
For Swagger view go to: http://localhost:5000/swagger/v1

examples/react-rest-api/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Run it::
1313
$ flask fab create-admin
1414
$ flask run
1515

16-
For Swagger view go to: http://localhost:5000/swaggerview/v1
16+
For Swagger view go to: http://localhost:5000/swagger/v1

0 commit comments

Comments
 (0)