From c1d0d3ef37c871ad47a01fed408f127ab52bc2e9 Mon Sep 17 00:00:00 2001 From: Adwaith Rao Date: Fri, 4 Mar 2022 17:06:27 +0530 Subject: [PATCH] Update base URL --- src/app/services/partner-profile.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/partner-profile.service.ts b/src/app/services/partner-profile.service.ts index 342b46b..c6b84ce 100644 --- a/src/app/services/partner-profile.service.ts +++ b/src/app/services/partner-profile.service.ts @@ -3,7 +3,7 @@ import { HttpClient } from '@angular/common/http'; import { lastValueFrom } from 'rxjs'; import { UserData } from 'src/shared/structure/user'; -export const BASE_URL = 'http://localhost:8001'; +export const BASE_URL = 'http://143.110.247.94'; // http://localhost:8001 // http://143.110.247.94