Served by uWSGI

This commit is contained in:
elpatron68
2024-05-26 11:36:27 +02:00
parent 5bf3cf3efe
commit 83a8d2f9ca
5 changed files with 30 additions and 9 deletions

3
wsgi.py Normal file
View File

@@ -0,0 +1,3 @@
from app import app as application
if __name__ == "__main__":
application.run()