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/controllers/userController.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/controllers/userController.go') diff --git a/backend/controllers/userController.go b/backend/controllers/userController.go index e73b1fe..6aa77fc 100644 --- a/backend/controllers/userController.go +++ b/backend/controllers/userController.go @@ -7,8 +7,8 @@ import ( "time" "github.com/gin-gonic/gin" - "github.com/pektezol/leastportals/backend/database" - "github.com/pektezol/leastportals/backend/models" + "github.com/pektezol/leastportalshub/backend/database" + "github.com/pektezol/leastportalshub/backend/models" ) // GET Profile -- cgit v1.2.3