summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.py b/api.py
index 8c775a2..7544f0f 100755
--- a/api.py
+++ b/api.py
@@ -36,7 +36,7 @@ import bottle
import jwt
-HOST = '0.0.0.0'
+HOST = '127.0.0.1'
PORT = 2222