Skip to content
Snippets Groups Projects
Commit b4fa3007 authored by Harry Hughes's avatar Harry Hughes
Browse files

Replace wsgi.py

parent b431d113
No related branches found
No related tags found
No related merge requests found
from blog import app as application
if __name__ == '__main__':
app.run(debug=True)
application.run(debug=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment