management changes
This commit is contained in:
@@ -35,5 +35,4 @@ export class LocationService {
|
|||||||
deleteLocation(location: string) {
|
deleteLocation(location: string) {
|
||||||
return this.http.delete<LocationEntity>(LOCATION +"/"+ location);
|
return this.http.delete<LocationEntity>(LOCATION +"/"+ location);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user