[test]core 1.8

This commit is contained in:
Mazeorz
2021-11-16 20:08:52 +08:00
parent cec14db4a8
commit 5d510eb5aa
2 changed files with 21 additions and 0 deletions

View File

@ -17,6 +17,10 @@ import (
"github.com/go-chi/render"
)
var (
SwitchProxiesCallback func(sGroup string, sProxy string)
)
func proxyRouter() http.Handler {
r := chi.NewRouter()
r.Get("/", getProxies)