aboutsummaryrefslogtreecommitdiff
path: root/backend/routes
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--backend/routes/routes.go4
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
3import ( 3import (
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)