diff options
Diffstat (limited to 'backend/handlers/user.go')
| -rw-r--r-- | backend/handlers/user.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/backend/handlers/user.go b/backend/handlers/user.go index 8febf3a..45daa31 100644 --- a/backend/handlers/user.go +++ b/backend/handlers/user.go | |||
| @@ -6,9 +6,10 @@ import ( | |||
| 6 | "regexp" | 6 | "regexp" |
| 7 | "time" | 7 | "time" |
| 8 | 8 | ||
| 9 | "lphub/database" | ||
| 10 | "lphub/models" | ||
| 11 | |||
| 9 | "github.com/gin-gonic/gin" | 12 | "github.com/gin-gonic/gin" |
| 10 | "github.com/pektezol/leastportalshub/backend/database" | ||
| 11 | "github.com/pektezol/leastportalshub/backend/models" | ||
| 12 | ) | 13 | ) |
| 13 | 14 | ||
| 14 | type ProfileResponse struct { | 15 | type ProfileResponse struct { |