pbr-ayct-backend/ayct_backend/app.py

8 lines
186 B
Python
Raw Normal View History

2022-06-09 19:52:54 +02:00
# import os
# from . import create_app
2021-12-01 14:25:42 +01:00
2022-06-09 19:52:54 +02:00
# if __name__ == "__main__":
# app = create_app()
# port = int(os.environ.get('PORT', 5000))
# app.run(host = '0.0.0.0', port = port)