From e5ca11b6a1c25be3df52e51bf440fe075d464a68 Mon Sep 17 00:00:00 2001 From: Guilherme Salazar Date: Wed, 22 Jan 2025 10:43:03 -0300 Subject: [PATCH] Update changelog/unreleased/kong/fix-admin-api-route-path-response-error.yml --- .../unreleased/kong/fix-admin-api-route-path-response-error.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/unreleased/kong/fix-admin-api-route-path-response-error.yml b/changelog/unreleased/kong/fix-admin-api-route-path-response-error.yml index 4b7d9079186..d303a94dce9 100644 --- a/changelog/unreleased/kong/fix-admin-api-route-path-response-error.yml +++ b/changelog/unreleased/kong/fix-admin-api-route-path-response-error.yml @@ -1,3 +1,3 @@ -message: "Fixed an issue where fetching admin api root path returns 500 server error" +message: "Fixed an issue where a GET request to the Admin API root `/` path would return a 500 server error" type: bugfix scope: Core