diff --git a/internal/api/client/admin/admin.go b/internal/api/client/admin/admin.go index 6173218e0..f247d7ce9 100644 --- a/internal/api/client/admin/admin.go +++ b/internal/api/client/admin/admin.go @@ -38,7 +38,7 @@ const ( HeaderAllowsPath = BasePath + "/header_allows" HeaderAllowsPathWithID = HeaderAllowsPath + "/:" + IDKey HeaderBlocksPath = BasePath + "/header_blocks" - HeaderBlocksPathWithID = HeaderAllowsPath + "/:" + IDKey + HeaderBlocksPathWithID = HeaderBlocksPath + "/:" + IDKey AccountsPath = BasePath + "/accounts" AccountsPathWithID = AccountsPath + "/:" + IDKey AccountsActionPath = AccountsPathWithID + "/action"