Skip to content

Commit 17e7658

Browse files
Updated the backend API base URL to point to the new endpoint.
1 parent f37fe93 commit 17e7658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appcore/src/environments/environment.desktop.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ export const environment = {
1616
showActivityDebugData: false,
1717
showRouteUrl: false,
1818
bypassProfileRestoreChecks: false,
19-
backendBaseUrl: "https://api.elevate.cloudns.ch"
19+
backendBaseUrl: "https://api.elevate-app.duckdns.org"
2020
};

0 commit comments

Comments
 (0)