feat 协议移动到Public

This commit is contained in:
2025-12-15 11:22:59 +08:00
parent 6e19d93f5e
commit 3498cf158d
45 changed files with 2730 additions and 929 deletions

View File

@@ -20,7 +20,7 @@ type ModuleWebServer struct {
func (m *ModuleWebServer) Init() error {
m.wg = &sync.WaitGroup{}
m.router = http_gateway.InitRouter(config.Get())
m.router = http_gateway.InitRouter()
return nil
}