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