Skip to content

Commit

Permalink
Create a Heroku App #20
Browse files Browse the repository at this point in the history
WIP
  • Loading branch information
antoinecarme committed Dec 27, 2016
1 parent 76c0ddc commit 0a94a7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
web: python WS/WS_REST_Flask.py

2 changes: 1 addition & 1 deletion WS/WS_REST_Flask.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ def removeOneModel(name):
return jsonify_models();

if __name__ == '__main__':
app.run(host='192.168.88.88', debug=True, port=8080) #run app on port 8080 in debug mode
app.run(host='0.0.0.0', debug=True)

0 comments on commit 0a94a7d

Please sign in to comment.