Browse Source

Merge branch 'unstable' of blezz-tech/sharix-open-webservice-running into unstable

Панюкова Александра Анатольевна 1 tháng trước cách đây
mục cha
commit
ec5ead4066
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      handlers/gen_web_users.py

+ 1 - 1
handlers/gen_web_users.py

@@ -14,5 +14,5 @@ for i in range(len(botlist)):
         botlist[i],
         botlist[i],
         hashlib.md5((botlist[i] + config.PASSWORD).encode('utf-8')).hexdigest(),
-        config.API_URL + "/v1/auth/users/"
+        config.API_URL + "my/api/v1/platform/sharix-users/"
     ))