summaryrefslogtreecommitdiff
path: root/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'api.py')
-rwxr-xr-xapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.py b/api.py
index 5983268..8c775a2 100755
--- a/api.py
+++ b/api.py
@@ -36,7 +36,7 @@ import bottle
import jwt
-HOST = 'localhost'
+HOST = '0.0.0.0'
PORT = 2222