Skip to content

Commit

Permalink
Merge branch 'root-v1.13-and-master' into release/dcs/v1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn committed Feb 3, 2021
2 parents 0508e0a + 7517ea5 commit fa6bc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/routes/routes.go
Expand Up @@ -1163,7 +1163,7 @@ func RegisterRoutes(m *macaron.Macaron) {
m.Get("/about", dcs.About)
m.Group("/catalog", func() {
m.Get("", dcs.Catalog)
}, reqSignIn)
}, ignSignIn)
m.Group("/api/catalog", func() {
apicatalogv4.RegisterRoutes(m)
}, handlers...)
Expand Down

0 comments on commit fa6bc87

Please sign in to comment.