5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-19 00:59:35 +00:00

Added fcgi file

This commit is contained in:
Vanhala Antti 2014-03-30 16:09:46 +03:00
parent 4d451e8825
commit d51755e097

7
web/fc00.fcgi Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env python
from flup.server.fcgi import WSGIServer
from web import app
if __name__ == '__main__':
WSGIServer(app).run()