Added a separate wsgi app for the modules
This commit is contained in:
parent
d744e87c4d
commit
9332c4b673
5 changed files with 40 additions and 28 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from paramecio.index import app, run_app
|
||||
from paramecio.wsgiapp import app
|
||||
from paramecio.index import run_app
|
||||
|
||||
application=app
|
||||
|
||||
if __name__ == "__main__":
|
||||
run_app(app)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue