diff --git a/webapp/src/modules/Utils.ts b/webapp/src/modules/Utils.ts
index bbfc492..10d8704 100644
--- a/webapp/src/modules/Utils.ts
+++ b/webapp/src/modules/Utils.ts
@@ -4,5 +4,5 @@ export function getBaseUrl(): string {
 }
 export function getGatewayURL(): string | undefined {
   // return process.env.GATEWAY_URL;
-  return "https://dev.gateway.sotreus.com";
-}
\ No newline at end of file
+  return "https://gateway.dev.netsepio.com";
+}