Update frontend environment to prep for release

This commit is contained in:
Stedoss 2024-11-05 20:02:01 +00:00
parent 649754166e
commit 1b4e0b52bf

View File

@ -1,5 +1,5 @@
export const environment = { export const environment = {
production: true, production: true,
apiUrl: 'https://nise.moe/api', apiUrl: 'https://nise.stedos.dev/api',
wsUrl: 'wss://nise.moe/api/websocket', wsUrl: 'wss://nise.stedos.dev/api/websocket',
}; };