From 16165aea34a711027825b3f6512e73a0156f8068 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:13:24 +0300 Subject: refactor: move backend entry, rename module --- backend/handlers/map.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'backend/handlers/map.go') diff --git a/backend/handlers/map.go b/backend/handlers/map.go index 2f38b32..56c3455 100644 --- a/backend/handlers/map.go +++ b/backend/handlers/map.go @@ -5,9 +5,10 @@ import ( "strconv" "time" + "lphub/database" + "lphub/models" + "github.com/gin-gonic/gin" - "github.com/pektezol/leastportalshub/backend/database" - "github.com/pektezol/leastportalshub/backend/models" ) type MapSummaryResponse struct { -- cgit v1.2.3