aboutsummaryrefslogtreecommitdiff
path: root/backend/routes/routes.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-07-20 11:30:25 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-07-20 11:30:25 +0300
commitc61374a2998c33921013693b5faf3159edecf76a (patch)
tree90993db9dc8df481b99e6fe1035980b7b4afaf93 /backend/routes/routes.go
parentdocs: relicense to AGPLv3 (diff)
downloadlphub-c61374a2998c33921013693b5faf3159edecf76a.tar.gz
lphub-c61374a2998c33921013693b5faf3159edecf76a.tar.bz2
lphub-c61374a2998c33921013693b5faf3159edecf76a.zip
refactor: changed github repo name
Former-commit-id: e579843a0d66574b54b48fc1c02083c868db68a3
Diffstat (limited to 'backend/routes/routes.go')
-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)