Skip to content

Commit

Permalink
utils: use main gateway link for auth
Browse files Browse the repository at this point in the history
  • Loading branch information
inciner8r authored Apr 22, 2024
1 parent 7892e9b commit c2d0bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/modules/Utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export function getBaseUrl(): string {
}
export function getGatewayURL(): string | undefined {
// return process.env.GATEWAY_URL;
return "https://dev.gateway.sotreus.com";
}
return "https://gateway.dev.netsepio.com";
}

0 comments on commit c2d0bfd

Please sign in to comment.