mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2025-12-01 09:33:15 +00:00
add webclientv2
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user