mirror of
https://github.com/sipeed/NanoKVM.git
synced 2026-09-11 00:22:56 -05:00
chore: cherry pick
This commit is contained in:
@@ -16,4 +16,8 @@ func applicationRouter(r *gin.Engine) {
|
||||
|
||||
api.GET("/application/preview", service.GetPreview) // get preview updates state
|
||||
api.POST("/application/preview", service.SetPreview) // set preview updates state
|
||||
|
||||
api.GET("/application/settings/disabled-items", service.GetDisableItems) // get disable items list
|
||||
api.GET("/application/menu/disabled-items", service.GetDisableMenus)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user