Skip to content

Commit ab269c9

Browse files
authored
포트 수정
1 parent 27d118e commit ab269c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ def version():
4848

4949

5050
if __name__ == '__main__':
51-
app.run(host='0.0.0.0', port=8787, debug=True)
51+
app.run(host='0.0.0.0', port=5000, debug=True)

0 commit comments

Comments
 (0)