Skip to content

Commit

Permalink
Add blockissuer to the public routes
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Feb 6, 2024
1 parent d0886e4 commit d2ab3be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/restapi/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ var ParamsRestAPI = &ParametersRestAPI{
"/api/debug/v2/*",
"/api/indexer/v2/*",
"/api/mqtt/v2",
"/api/blockissuer/v1",
},
ProtectedRoutes: []string{
"/api/*",
Expand Down

0 comments on commit d2ab3be

Please sign in to comment.