Add WSGI components and README
This commit is contained in:
parent
c570200b2f
commit
9d424a8959
8 changed files with 60 additions and 15 deletions
5
wsgi.py
Normal file
5
wsgi.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from liteshort import app
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run()
|
||||
|
Reference in a new issue