feat:完善项目
This commit is contained in:
@ -129,6 +129,11 @@ func (this *Router) registerAPI() {
|
||||
{
|
||||
_api := new(api.Work)
|
||||
workV1.POST("/list", _api.Instance)
|
||||
workV1.POST("/person", _api.Person)
|
||||
workV1.POST("/launch", _api.Launch)
|
||||
workV1.POST("/examine", _api.Examine)
|
||||
workV1.POST("/delete", _api.Delete)
|
||||
workV1.GET("/schedule", _api.Schedule)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user