Browse Source

update

tags/v1.22.1.2
liuzx 4 years ago
parent
commit
5753532e63
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/api/v1/api.go

+ 1
- 1
routers/api/v1/api.go View File

@@ -888,7 +888,7 @@ func RegisterRoutes(m *macaron.Macaron) {
})
m.Group("/inference-job", func() {
m.Group("/:jobid", func() {
// m.Get("", repo.GetModelArtsInferenceJob)
m.Get("", repo.GetModelArtsInferenceJob)
m.Get("/log", repo.TrainJobGetLog)
m.Post("/del_version", repo.DelTrainJobVersion)
m.Post("/stop_version", repo.StopTrainJobVersion)


Loading…
Cancel
Save