diff --git a/nise-frontend/src/environments/environment.ts b/nise-frontend/src/environments/environment.ts index d01eca8..e07433a 100644 --- a/nise-frontend/src/environments/environment.ts +++ b/nise-frontend/src/environments/environment.ts @@ -1,5 +1,5 @@ export const environment = { production: true, - apiUrl: 'https://nise.moe/api', - wsUrl: 'wss://nise.moe/api/websocket', + apiUrl: 'https://nise.stedos.dev/api', + wsUrl: 'wss://nise.stedos.dev/api/websocket', };