From 2dfee46098dd02570459b2810be98b8f0663313c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joe=20Ku=CC=88ng?= Date: Sun, 7 May 2023 14:08:47 +0200 Subject: [PATCH] management changes --- src/app/service/http/location.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/service/http/location.service.ts b/src/app/service/http/location.service.ts index 8922e85..ae9a035 100644 --- a/src/app/service/http/location.service.ts +++ b/src/app/service/http/location.service.ts @@ -35,5 +35,4 @@ export class LocationService { deleteLocation(location: string) { return this.http.delete(LOCATION +"/"+ location); } - }