Projekt

Obecné

Profil

« Předchozí | Další » 

Revize b9bbb1d8

Přidáno uživatelem Hung Hoang před téměř 6 roky(ů)

User service uses correct end point to delete calendar

Zobrazit rozdíly:

webapp/src/app/services/api/user.service.ts
284 284
    const httpParams: HttpParams = this.createParams({lang: language});
285 285
    const options = {params: httpParams};
286 286

  
287
    return this.http.delete(this._userUrl + 'calendar/' + id + '/delete', options)
287
    return this.http.delete(this.baseUrl + '/api/calendar/' + id + '/delete', options)
288 288
      .pipe(
289 289
        catchError(err => this.handleError(err))
290 290
      );

Také k dispozici: Unified diff