diff options
Diffstat (limited to 'backend/routes/routes.go')
| -rw-r--r-- | backend/routes/routes.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/routes/routes.go b/backend/routes/routes.go index 1377d32..0b80678 100644 --- a/backend/routes/routes.go +++ b/backend/routes/routes.go | |||
| @@ -2,8 +2,8 @@ package routes | |||
| 2 | 2 | ||
| 3 | import ( | 3 | import ( |
| 4 | "github.com/gin-gonic/gin" | 4 | "github.com/gin-gonic/gin" |
| 5 | "github.com/pektezol/leastportals/backend/controllers" | 5 | "github.com/pektezol/leastportalshub/backend/controllers" |
| 6 | "github.com/pektezol/leastportals/backend/middleware" | 6 | "github.com/pektezol/leastportalshub/backend/middleware" |
| 7 | swaggerfiles "github.com/swaggo/files" | 7 | swaggerfiles "github.com/swaggo/files" |
| 8 | ginSwagger "github.com/swaggo/gin-swagger" | 8 | ginSwagger "github.com/swaggo/gin-swagger" |
| 9 | ) | 9 | ) |