fix basic auth

This commit is contained in:
bel
2026-09-07 22:01:26 -06:00
parent e4acfff5a2
commit 35b2a887f3
2 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ type (
Endpoint struct {
To string
Redir bool
BasicAuth string
BasicAuth string `yaml:"basicAuth"`
}
)