mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-08-24 17:48:35 +02:00
Refactor for heroku...
This commit is contained in:
4
backend/wsgi.py
Normal file
4
backend/wsgi.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from app import app
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run()
|
Reference in New Issue
Block a user