Skip to content
Snippets Groups Projects
Commit 2d116d82 authored by Jingjing Wu's avatar Jingjing Wu
Browse files

Update app.py

parent a015222b
Branches
No related tags found
No related merge requests found
from digital_portfolio import app
if __name__ == '__main__':
app.run(debug=True)
\ No newline at end of file
app.run(host="0.0.0.0", port=8080, debug=True)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment