Browse Source

提交代码

tags/v1.22.11.2^2
ychao_1983 3 years ago
parent
commit
0cd36f9505
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      routers/api/v1/api.go

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

@@ -528,10 +528,10 @@ func RegisterRoutes(m *macaron.Macaron) {

m.Group("/images", func() {

m.Get("public", repo.GetPublicImages)
m.Get("custom", repo.GetCustomImages)
m.Get("star", repo.GetStarImages)
m.Get("npu", repo.GetNpuImages)
m.Get("/public", repo.GetPublicImages)
m.Get("/custom", repo.GetCustomImages)
m.Get("/star", repo.GetStarImages)
m.Get("/npu", repo.GetNpuImages)

}, reqToken())



Loading…
Cancel
Save