This commit is contained in:
2026-02-22 11:29:48 -08:00
parent b0e64f33b7
commit 1873ef29e0
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
export const environment = { export const environment = {
production: false, production: false,
apiBaseUrl: 'http://localhost:5123', apiBaseUrl: 'https://winapi.opelly.me',
}; };
@@ -1,4 +1,4 @@
export const environment = { export const environment = {
production: true, production: true,
apiBaseUrl: 'http://localhost:5123', apiBaseUrl: 'https://winapi.opelly.me',
}; };