mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
🧹 Reformat code
This commit is contained in:
parent
31dec8a56a
commit
9d644605d5
3 changed files with 6 additions and 5 deletions
|
@ -2,8 +2,9 @@
|
|||
|
||||
from flask_swagger_ui import get_swaggerui_blueprint
|
||||
|
||||
SWAGGER_URL = '/api/v1/docs'
|
||||
API_URL = "/api/v1/swagger.json"
|
||||
SWAGGER_URL = '/docs/'
|
||||
# FIXME: this will break if the website root isn't /, use url_for() instead!
|
||||
API_URL = "/docs/swagger.json"
|
||||
|
||||
# Call factory function to create our blueprint
|
||||
swagger_ui_blueprint = get_swaggerui_blueprint(
|
||||
|
|
Loading…
Reference in a new issue