Changeset 68454c6 for Farmatiko/ClientApp/src/app/shared
- Timestamp:
- 11/15/20 19:08:48 (4 years ago)
- Branches:
- master
- Children:
- 8b13eb2
- Parents:
- 1db5673
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/app/shared/data.service.ts
r1db5673 r68454c6 180 180 //PharmacyHead PUT 181 181 updatePharmacyHead(head: IPharmacyHead) : Observable<IPharmacyHead> { 182 return this.http.put<IPharmacyHead>(this.basePharmacyHead , head)182 return this.http.put<IPharmacyHead>(this.basePharmacyHead + '/update', head) 183 183 .pipe( 184 184 map((data) => {
Note:
See TracChangeset
for help on using the changeset viewer.