Skip to content

Commit

Permalink
Updated the backend API base URL to point to the new endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschampagne committed Aug 11, 2024
1 parent f37fe93 commit 17e7658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appcore/src/environments/environment.desktop.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ export const environment = {
showActivityDebugData: false,
showRouteUrl: false,
bypassProfileRestoreChecks: false,
backendBaseUrl: "https://api.elevate.cloudns.ch"
backendBaseUrl: "https://api.elevate-app.duckdns.org"
};

0 comments on commit 17e7658

Please sign in to comment.