big w labels
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user