Updated docs path
This commit is contained in:
parent
ecc532b752
commit
c750e4778d
@ -15,7 +15,7 @@ def create_app():
|
|||||||
load_dotenv()
|
load_dotenv()
|
||||||
|
|
||||||
# Create Flask app load app.config
|
# Create Flask app load app.config
|
||||||
application = APIFlask(__name__)
|
application = APIFlask(__name__, docs_path='/api/docs')
|
||||||
application.config.from_object("config.ConfigClass")
|
application.config.from_object("config.ConfigClass")
|
||||||
|
|
||||||
CORS(application)
|
CORS(application)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user