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