zjowowen commited on
Commit
41648f8
1 Parent(s): c1806e4

init space

Browse files
Files changed (1) hide show
  1. run.sh +2 -2
run.sh CHANGED
@@ -1,3 +1,3 @@
1
  service nginx start
2
- cd ./gomoku/gomoku_server_ui/backend && FLASK_APP=app.py FLASK_ENV=development FLASK_DEBUG=1 flask run --port 5001
3
- cd ./gomoku/gomoku_server_ui/frontend && npm run start
 
1
  service nginx start
2
+ cd ./gomoku_server_ui/backend && FLASK_APP=app.py FLASK_ENV=development FLASK_DEBUG=1 flask run --port 5001
3
+ cd ./gomoku_server_ui/frontend && npm run start