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