mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
api docs
This commit is contained in:
parent
2d8c92efa0
commit
ac7f58630b
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ app.include_router(static_routes.router)
|
||||||
# post_start()
|
# post_start()
|
||||||
|
|
||||||
# Generate API Documentation
|
# Generate API Documentation
|
||||||
# if not PRODUCTION:
|
if not PRODUCTION:
|
||||||
# generate_api_docs(app)
|
generate_api_docs(app)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
logger.info("-----SYSTEM STARTUP-----")
|
logger.info("-----SYSTEM STARTUP-----")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue