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/discussions.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'backend/handlers/discussions.go') diff --git a/backend/handlers/discussions.go b/backend/handlers/discussions.go index 0fc0c11..604eb39 100644 --- a/backend/handlers/discussions.go +++ b/backend/handlers/discussions.go @@ -5,9 +5,10 @@ import ( "strconv" "time" + "lphub/database" + "lphub/models" + "github.com/gin-gonic/gin" - "github.com/pektezol/leastportalshub/backend/database" - "github.com/pektezol/leastportalshub/backend/models" ) type MapDiscussionResponse struct { -- cgit v1.2.3