Explorar el Código

Update base URL

master
Adwaith Rao hace 3 años
padre
commit
c1d0d3ef37
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/app/services/partner-profile.service.ts

+ 1
- 1
src/app/services/partner-profile.service.ts Ver fichero

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



Cargando…
Cancelar
Guardar