From 5c1b37dcfbdaaa7742c45682da73529c31cf229d Mon Sep 17 00:00:00 2001 From: David Baron <94808313+H0RSESH0E@users.noreply.github.com> Date: Thu, 6 Oct 2022 10:34:07 -0400 Subject: [PATCH] Update environment.ts --- client/src/environments/environment.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/environments/environment.ts b/client/src/environments/environment.ts index 14f6ac7..af43138 100644 --- a/client/src/environments/environment.ts +++ b/client/src/environments/environment.ts @@ -4,8 +4,8 @@ export const environment = { production: false, - apiUrl: 'https://localhost:5001/api/', - hubUrl: 'https://localhost:5001/hubs/' + apiUrl: 'https://harmonixapi.azurewebsites.net/api/', + hubUrl: 'https://harmonixapi.azurewebsites.net/hubs/', }; /*