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/api/routes.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'backend/api/routes.go') diff --git a/backend/api/routes.go b/backend/api/routes.go index ed1ca90..050a3bd 100644 --- a/backend/api/routes.go +++ b/backend/api/routes.go @@ -1,8 +1,9 @@ package api import ( + "lphub/handlers" + "github.com/gin-gonic/gin" - "github.com/pektezol/leastportalshub/backend/handlers" swaggerfiles "github.com/swaggo/files" ginSwagger "github.com/swaggo/gin-swagger" ) -- cgit v1.2.3