Selaa lähdekoodia

Update base URL

master
Adwaith Rao 3 vuotta sitten
vanhempi
commit
c1d0d3ef37
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/app/services/partner-profile.service.ts

+ 1
- 1
src/app/services/partner-profile.service.ts Näytä tiedosto

@@ -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



Ladataan…
Peruuta
Tallenna