Browse Source

fix API_URL

ShariX Developer 2 months ago
parent
commit
c94f60d478
1 changed files with 1 additions and 1 deletions
  1. 1 1
      handlers/config.py

+ 1 - 1
handlers/config.py

@@ -34,7 +34,7 @@ BOTLIST = [
 JSERVER = "ej.sharix-app.org"
 PASSWORD = "12345"
 PORT = 5222
-API_URL = "https://testpm.sharix-app.org/"
+API_URL = "https://testpm1.sharix-app.org/"
 
 # LOG_DIR = "/var/log/"
 LOG_DIR = "./log/"