feat: runtime 增加删除功能
This commit is contained in:

committed by
zhengkunwang223

parent
64a954df53
commit
22d9bdacf6
@@ -17,5 +17,6 @@ func (r *RuntimeRouter) InitRuntimeRouter(Router *gin.RouterGroup) {
|
||||
{
|
||||
groupRouter.POST("/search", baseApi.SearchRuntimes)
|
||||
groupRouter.POST("", baseApi.CreateRuntime)
|
||||
groupRouter.POST("/del", baseApi.DeleteRuntime)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user