From 375f331a147ced3c75e6d8d67160751085cb3cef Mon Sep 17 00:00:00 2001 From: Rozenrod Date: Tue, 9 Sep 2025 00:47:36 +0300 Subject: [PATCH] V1.0.1 --- web/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/config.js b/web/config.js index 75fd64e..626f88e 100644 --- a/web/config.js +++ b/web/config.js @@ -1,4 +1,4 @@ const CONFIG = { - "api": "https://test.sheep-service.com/api/", - "wss": "wss://test.sheep-service.com/ws" + "api": "https://sheep-service.com/api/", + "wss": "wss://sheep-service.com/ws" } \ No newline at end of file