mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2025-04-19 02:01:56 +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…
editor.table_modal.header
Reference in a new issue