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/recordController.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backend/controllers/recordController.go') diff --git a/backend/controllers/recordController.go b/backend/controllers/recordController.go index d1404f4..951be41 100644 --- a/backend/controllers/recordController.go +++ b/backend/controllers/recordController.go @@ -11,9 +11,9 @@ import ( "github.com/gin-gonic/gin" "github.com/google/uuid" - "github.com/pektezol/leastportals/backend/database" - "github.com/pektezol/leastportals/backend/models" - "github.com/pektezol/leastportals/backend/parser" + "github.com/pektezol/leastportalshub/backend/database" + "github.com/pektezol/leastportalshub/backend/models" + "github.com/pektezol/leastportalshub/backend/parser" "golang.org/x/oauth2/google" "golang.org/x/oauth2/jwt" "google.golang.org/api/drive/v3" -- cgit v1.2.3