Base webui and backend additions

This commit is contained in:
2026-07-16 21:35:38 +02:00
parent d2b92401f1
commit 324367abd7
18 changed files with 1231 additions and 43 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"net/http"
)
const Version = "0.1.0"
const Version = "0.0.1"
type healthResponse struct {
Status string `json:"status"`