Browse Source

Merge pull request 'fix-3315' (#3327) from fix-yitong into V20221214

Reviewed-on: https://openi.pcl.ac.cn/OpenI/aiforge/pulls/3327
Reviewed-by: zhoupzh <zhoupzh@pcl.ac.cn>
tags/v1.22.12.1^2
zhoupzh 2 years ago
parent
commit
194b71991f
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

@@ -738,7 +738,7 @@ func RegisterRoutes(m *macaron.Macaron) {
}, reqToken(), repoAssignment())

m.Group("/file_notebook", func() {
m.Get("", reqToken(), repo.GetFileNoteBookInfo)
m.Get("", repo.GetFileNoteBookInfo)
m.Post("/create", reqToken(), reqWeChat(), bind(api.CreateFileNotebookJobOption{}), repo.CreateFileNoteBook)

})


Loading…
Cancel
Save