v3.0.1 update: Gunicorn and og meta tags

This commit is contained in:
2021-11-03 10:59:14 +00:00
parent 6859b75825
commit f0286d7013
6 changed files with 32 additions and 4 deletions

4
wsgi.py Normal file
View File

@@ -0,0 +1,4 @@
from app import app
if __name__ == '__main__':
app.run()