We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77b756 commit 54e728dCopy full SHA for 54e728d
src/services/backend.service.ts
@@ -27,8 +27,7 @@ export const requestBackend = (
27
if (import.meta.env.VITE_TARGET_ENVIRONMENT === "production") {
28
backendUrl = "https://explorer.eucaim.cancerimage.eu/backend/";
29
} else if (import.meta.env.VITE_TARGET_ENVIRONMENT === "staging") {
30
- // TODO: Change back to test instance after merge to main
31
- backendUrl = 'https://explorer-eucaim.grycap.i3m.upv.es/backend/';
+ backendUrl = "https://explorer.eucaim.cancerimage.eu/backend/";
32
} else {
33
backendUrl = 'http://localhost:8055';
34
}
0 commit comments