From 97a1fd9a29b989384d94684030d640fb5761b7d2 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:40:29 +0000 Subject: [PATCH] [bugfix] :innocent: (#2476) --- internal/api/client/admin/admin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"