replace fiber with http.ServeMux

This commit is contained in:
2025-12-23 14:24:04 +01:00
parent 37c7e808ed
commit b4fa28d0c5
8 changed files with 34 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ import (
"github.com/tlinden/yadu"
)
var Version string = "v0.2.6"
var Version string = "v0.3.0"
type BucketConfig struct {
Encrypt bool