From 842502e82c4ddfea05a5f77c361aaa27f75afc42 Mon Sep 17 00:00:00 2001 From: ivar Date: Sun, 26 Oct 2025 22:57:28 +0100 Subject: Refactor db schema and add audits --- api/WhatApi/Endpoints/GetPlacesEndpoint.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'api/WhatApi/Endpoints/GetPlacesEndpoint.cs') diff --git a/api/WhatApi/Endpoints/GetPlacesEndpoint.cs b/api/WhatApi/Endpoints/GetPlacesEndpoint.cs index a3fc7e3..8dbdff6 100644 --- a/api/WhatApi/Endpoints/GetPlacesEndpoint.cs +++ b/api/WhatApi/Endpoints/GetPlacesEndpoint.cs @@ -1,8 +1,4 @@ -using Microsoft.AspNetCore.Mvc; -using Microsoft.EntityFrameworkCore; -using NetTopologySuite; using NetTopologySuite.Features; -using NetTopologySuite.Geometries; using WhatApi.Tables; namespace WhatApi.Endpoints; -- cgit v1.3