From d2ab3be9cd6333e7f5b3bd5407188ec8d21943b2 Mon Sep 17 00:00:00 2001 From: muXxer Date: Tue, 6 Feb 2024 17:09:18 +0100 Subject: [PATCH] Add blockissuer to the public routes --- components/restapi/params.go | 1 + 1 file changed, 1 insertion(+) diff --git a/components/restapi/params.go b/components/restapi/params.go index 121d07ae8..fdf311100 100644 --- a/components/restapi/params.go +++ b/components/restapi/params.go @@ -52,6 +52,7 @@ var ParamsRestAPI = &ParametersRestAPI{ "/api/debug/v2/*", "/api/indexer/v2/*", "/api/mqtt/v2", + "/api/blockissuer/v1", }, ProtectedRoutes: []string{ "/api/*",