refactor, tweak html layout
This commit is contained in:
8
web/mhapi_fcgi.py
Executable file
8
web/mhapi_fcgi.py
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from flup.server.fcgi import WSGIServer
|
||||
|
||||
from mhapi_wsgi import application
|
||||
|
||||
if __name__ == '__main__':
|
||||
WSGIServer(application).run()
|
||||
Reference in New Issue
Block a user