Sync sansei branch #1

Merged
Stedos merged 34 commits from sansei into main 2025-02-24 21:12:28 +00:00
Showing only changes of commit 1b4e0b52bf - Show all commits

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',
}; };