aboutsummaryrefslogtreecommitdiff
path: root/backend/handlers/home.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--backend/handlers/home.go (renamed from backend/controllers/homeController.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/controllers/homeController.go b/backend/handlers/home.go
index d1b99cb..6e9a0df 100644
--- a/backend/controllers/homeController.go
+++ b/backend/handlers/home.go
@@ -1,4 +1,4 @@
1package controllers 1package handlers
2 2
3import ( 3import (
4 "log" 4 "log"