mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +00:00
add wsgi.py for use with gunicorn
This commit is contained in:
parent
313dbc37fd
commit
bd5733ef11
1 changed files with 4 additions and 0 deletions
4
wsgi.py
Normal file
4
wsgi.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
from webui import app
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run()
|
Loading…
Reference in a new issue