From 16165aea34a711027825b3f6512e73a0156f8068 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:13:24 +0300 Subject: refactor: move backend entry, rename module --- backend/handlers/record.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'backend/handlers/record.go') diff --git a/backend/handlers/record.go b/backend/handlers/record.go index c620430..fea6b5d 100644 --- a/backend/handlers/record.go +++ b/backend/handlers/record.go @@ -12,11 +12,12 @@ import ( "strconv" "strings" + "lphub/database" + "lphub/models" + "lphub/parser" + "github.com/gin-gonic/gin" "github.com/google/uuid" - "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