Skip to content

Commit c2d0bfd

Browse files
authored
utils: use main gateway link for auth
1 parent 7892e9b commit c2d0bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webapp/src/modules/Utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ export function getBaseUrl(): string {
44
}
55
export function getGatewayURL(): string | undefined {
66
// return process.env.GATEWAY_URL;
7-
return "https://dev.gateway.sotreus.com";
8-
}
7+
return "https://gateway.dev.netsepio.com";
8+
}

0 commit comments

Comments
 (0)