Skip to content
Snippets Groups Projects
wsgi.py 88 B
Newer Older
Xingchen Zhou's avatar
Xingchen Zhou committed
from blog import app as application
if __name__ == '__main__':
  app.run(debug=True)