Skip to content
Snippets Groups Projects
Commit 89f2e9f5 authored by Hyunseok_Sang's avatar Hyunseok_Sang
Browse files

host='0.0.0.0'로 설정해서 포트만 맞으면 연결되도록 했습니다.

parent 22ee6eba
Branches
No related tags found
No related merge requests found
......@@ -5,4 +5,4 @@ app = Flask(__name__)
app = create_router(app)
if __name__ == '__main__':
app.run()
app.run(host='0.0.0.0')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment