From c61374a2998c33921013693b5faf3159edecf76a Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Thu, 20 Jul 2023 11:30:25 +0300 Subject: refactor: changed github repo name Former-commit-id: e579843a0d66574b54b48fc1c02083c868db68a3 --- backend/routes/routes.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/routes/routes.go') 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 import ( "github.com/gin-gonic/gin" - "github.com/pektezol/leastportals/backend/controllers" - "github.com/pektezol/leastportals/backend/middleware" + "github.com/pektezol/leastportalshub/backend/controllers" + "github.com/pektezol/leastportalshub/backend/middleware" swaggerfiles "github.com/swaggo/files" ginSwagger "github.com/swaggo/gin-swagger" ) -- cgit v1.2.3