[Fixed] compatible cfw

This commit is contained in:
Skyxim
2022-01-05 19:28:54 +08:00
parent 89609cc4a2
commit a832cfdb65
2 changed files with 17 additions and 0 deletions

View File

@ -72,6 +72,7 @@ func Start(addr string, secret string) {
r.Mount("/connections", connectionRouter())
r.Mount("/providers/proxies", proxyProviderRouter())
r.Mount("/providers/rules", ruleProviderRouter())
r.Mount("/script", scriptRouter())
})
if uiPath != "" {