Skip to content

Commit

Permalink
Change host to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antweiss committed Nov 17, 2016
1 parent 51d993e commit 5729368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@


if __name__ == '__main__':
app.run()
app.run(host='0.0.0.0')
1 change: 1 addition & 0 deletions settings.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
RESOURCE_METHODS = ['GET', 'POST', 'DELETE']
ITEM_METHODS = ['GET', 'PATCH', 'DELETE']
SERVER_NAME = None
MONGO_PORT = 8888
DOMAIN = {
'product': {
Expand Down

0 comments on commit 5729368

Please sign in to comment.