|
@@ -42,5 +42,5 @@ if __name__ == '__main__':
|
|
|
return server_controller.bad_request('Action violates database constraints.')
|
|
|
|
|
|
|
|
|
- run(host='localhost', port=connection.port, debug=debug)
|
|
|
+ run(host='0.0.0.0', port=connection.port, debug=debug)
|
|
|
model.connection.disconnect()
|