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