add webclientv2

This commit is contained in:
lejianwen
2024-11-16 18:33:02 +08:00
parent 78869a4a57
commit 22e470fee5
4 changed files with 24 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ func WebClientRoutes(frg *gin.RouterGroup) {
}
{
frg.POST("/server-config", middleware.RustAuth(), w.ServerConfig)
frg.POST("/server-config-v2", middleware.RustAuth(), w.ServerConfigV2)
}
}