mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-27 18:57:04 +02:00
fixed loadbalancer with idlewatcher, fixed reload issue
This commit is contained in:
@@ -9,6 +9,6 @@ type (
|
||||
Subdomain = Alias
|
||||
)
|
||||
|
||||
func ValidateHost[String ~string](s String) (Host, E.NestedError) {
|
||||
func ValidateHost[String ~string](s String) (Host, E.Error) {
|
||||
return Host(s), nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user