Fixed configuration for use in production

This commit is contained in:
Yoshi Askharoun
2022-02-07 23:43:35 -03:00
parent b176155f89
commit 3e5653de2a
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -651,4 +651,4 @@ def get_metadata_endpoints():
if __name__ == "__main__":
app.run(port=80, host="127.0.0.2")
app.run()
+4
View File
@@ -0,0 +1,4 @@
from app import app
if __name__ == '__main__':
app.run()