Replaced the gin framwwork with echo

This commit is contained in:
2025-01-13 11:57:48 +01:00
parent 8e2d22b899
commit 034ba35fbb
32 changed files with 348 additions and 266 deletions

View File

@@ -3,4 +3,7 @@ package web
import "embed"
//go:embed "assets"
var Files embed.FS
var Assets embed.FS
//go:embed "swagger"
var Swagger embed.FS