Commit 535dfdb872ee9b5df1e43f1d6879dff571d274b1

Authored by Marcelo Puebla
1 parent b5e0b2fa56
Exists in develop

Change

Nombre de servicio
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/services/sinonimo/sinonimo.service.ts
... ... @@ -12,7 +12,7 @@ export class SinonimoService {
12 12 private http: HttpClient,
13 13 ) { }
14 14  
15   - getPromocionSinonimos(sector, codigo) {
  15 + getSinonimos(sector, codigo) {
16 16 return this.http.get(`${this.urlDeboSuite}/sinonimos/promo/${sector}/${codigo}`);
17 17 }
18 18 }