web ui: index and basic details page, api refactoring

This commit is contained in:
2023-04-04 21:51:45 +03:00
parent 2a8b94136f
commit f47dbefb67
21 changed files with 821 additions and 58 deletions

View File

@@ -4,5 +4,5 @@ import (
"embed"
)
//go:embed static/*
//go:embed */*.html */*.css */*.js
var StaticFiles embed.FS