mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-21 02:04:09 +00:00
add router
This commit is contained in:
@@ -63,6 +63,7 @@ func InitRouter() *gin.Engine {
|
||||
apiv1.PUT("/sys/tables/info", UpdateSysTable)
|
||||
apiv1.DELETE("/sys/tables/info/:tableId", DeleteSysTables)
|
||||
apiv1.GET("/sys/tables/info/:tableId", GetSysTables)
|
||||
apiv1.GET("/gen/preview/:tableId", Preview)
|
||||
apiv1.GET("/menuTreeselect", GetMenuTreeelect)
|
||||
apiv1.GET("/rolemenu", GetRoleMenu)
|
||||
apiv1.POST("/rolemenu", InsertRoleMenu)
|
||||
|
||||
Reference in New Issue
Block a user