From b1ed00e38c021bc25775b4c1d49a6d19f39c0c8a Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Sat, 23 Mar 2024 22:55:29 +0100 Subject: [PATCH] Add gin_liveness to import --- backend/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/main.go b/backend/main.go index 3711de2..cb60a60 100644 --- a/backend/main.go +++ b/backend/main.go @@ -14,8 +14,8 @@ import ( "time" "github.com/gin-gonic/gin" - "github.com/vcscsvcscs/GenerationsHeritage/utilites/gin_liveness" "github.com/vcscsvcscs/GenerationsHeritage/utilities" + "github.com/vcscsvcscs/GenerationsHeritage/utilities/gin_liveness" ) var (