view myw/index.fcgi @ 115:2b5d93c5628a

merge heads
author paulo
date Mon, 03 Aug 2020 02:02:02 -0600
parents
children
line source
1 #!/usr/bin/env python
3 from flup.server.fcgi import WSGIServer
5 from redirect_app import app
8 WSGIServer(app).run()