Ignore:
Timestamp:
11/15/20 19:08:48 (3 years ago)
Author:
DimitarSlezenkovski <dslezenkovski@…>
Branches:
master
Children:
8b13eb2
Parents:
1db5673
Message:

fix bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Farmatiko/ClientApp/src/app/shared/data.service.ts

    r1db5673 r68454c6  
    180180    //PharmacyHead PUT
    181181    updatePharmacyHead(head: IPharmacyHead) : Observable<IPharmacyHead> {
    182         return this.http.put<IPharmacyHead>(this.basePharmacyHead, head)
     182        return this.http.put<IPharmacyHead>(this.basePharmacyHead + '/update', head)
    183183                   .pipe(
    184184                        map((data) => {
Note: See TracChangeset for help on using the changeset viewer.