aboutsummaryrefslogtreecommitdiff
path: root/backend/handlers/map.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--backend/handlers/map.go (renamed from backend/controllers/mapController.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/controllers/mapController.go b/backend/handlers/map.go
index 0a324d6..b47e793 100644
--- a/backend/controllers/mapController.go
+++ b/backend/handlers/map.go
@@ -1,4 +1,4 @@
1package controllers 1package handlers
2 2
3import ( 3import (
4 "net/http" 4 "net/http"