Skip to content

Commit 54e728d

Browse files
committed
chore: switch main branch to production backend
1 parent c77b756 commit 54e728d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/services/backend.service.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ export const requestBackend = (
2727
if (import.meta.env.VITE_TARGET_ENVIRONMENT === "production") {
2828
backendUrl = "https://explorer.eucaim.cancerimage.eu/backend/";
2929
} 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/';
30+
backendUrl = "https://explorer.eucaim.cancerimage.eu/backend/";
3231
} else {
3332
backendUrl = 'http://localhost:8055';
3433
}

0 commit comments

Comments
 (0)