diff options
Diffstat (limited to '')
| -rw-r--r-- | backend/handlers/user.go (renamed from backend/controllers/userController.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/controllers/userController.go b/backend/handlers/user.go index 84d589a..51eadb4 100644 --- a/backend/controllers/userController.go +++ b/backend/handlers/user.go | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | package controllers | 1 | package handlers |
| 2 | 2 | ||
| 3 | import ( | 3 | import ( |
| 4 | "net/http" | 4 | "net/http" |