From 6d53f8d0d274d24032e1ad40b409a439326e0759 Mon Sep 17 00:00:00 2001 From: julien Date: Wed, 18 Jun 2025 16:18:10 +0200 Subject: [PATCH] up --- internal/route/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/route/main.go b/internal/route/main.go index 3f745e7..620ac8a 100644 --- a/internal/route/main.go +++ b/internal/route/main.go @@ -10,7 +10,8 @@ import ( "log" "net/http" "time" - + "os" + "path/filepath" "github.com/gorilla/mux" "gorm.io/gorm" )