management changes

This commit is contained in:
2023-05-07 14:08:47 +02:00
parent 3336c615c0
commit 2dfee46098

View File

@@ -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);
} }
} }