Skip to content
Snippets Groups Projects
Commit 7a8be97f authored by Xingchen Zhou's avatar Xingchen Zhou
Browse files

Initial commit

parent 13243d7d
No related branches found
No related tags found
No related merge requests found
from blog import app as application from blog import app as application
if __name__ == '__main__': if __name__ == '__main__':
app.run(debug=True) # app.run()
app.run(host='0.0.0.0', port=8080)
# app.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