aboutsummaryrefslogtreecommitdiff
path: root/backend/controllers/recordController.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/controllers/recordController.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/controllers/recordController.go')
-rw-r--r--backend/controllers/recordController.go6
1 files changed, 3 insertions, 3 deletions
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 (
11 11
12 "github.com/gin-gonic/gin" 12 "github.com/gin-gonic/gin"
13 "github.com/google/uuid" 13 "github.com/google/uuid"
14 "github.com/pektezol/leastportals/backend/database" 14 "github.com/pektezol/leastportalshub/backend/database"
15 "github.com/pektezol/leastportals/backend/models" 15 "github.com/pektezol/leastportalshub/backend/models"
16 "github.com/pektezol/leastportals/backend/parser" 16 "github.com/pektezol/leastportalshub/backend/parser"
17 "golang.org/x/oauth2/google" 17 "golang.org/x/oauth2/google"
18 "golang.org/x/oauth2/jwt" 18 "golang.org/x/oauth2/jwt"
19 "google.golang.org/api/drive/v3" 19 "google.golang.org/api/drive/v3"