diff options
Diffstat (limited to 'backend/controllers/userController.go')
| -rw-r--r-- | backend/controllers/userController.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/controllers/userController.go b/backend/controllers/userController.go index e73b1fe..6aa77fc 100644 --- a/backend/controllers/userController.go +++ b/backend/controllers/userController.go | |||
| @@ -7,8 +7,8 @@ import ( | |||
| 7 | "time" | 7 | "time" |
| 8 | 8 | ||
| 9 | "github.com/gin-gonic/gin" | 9 | "github.com/gin-gonic/gin" |
| 10 | "github.com/pektezol/leastportals/backend/database" | 10 | "github.com/pektezol/leastportalshub/backend/database" |
| 11 | "github.com/pektezol/leastportals/backend/models" | 11 | "github.com/pektezol/leastportalshub/backend/models" |
| 12 | ) | 12 | ) |
| 13 | 13 | ||
| 14 | // GET Profile | 14 | // GET Profile |