big w labels

This commit is contained in:
Bel LaPointe
2026-01-31 16:31:44 -07:00
parent 7d3da593ca
commit c283999b1a
2 changed files with 31 additions and 7 deletions

View File

@@ -57,6 +57,9 @@ func _mockServer() *Server {
if err := s.Route("test", config.Proxy{To: "http://icanhazip.com"}); err != nil {
panic(err.Error())
}
if err := s.Route("wyze0", config.Proxy{To: "http://wyze0.scratch.com"}); err != nil {
panic(err.Error())
}
return s
}