From eb13603b6cee3bd69d877660eb52c9feb0921683 Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 13 Apr 2026 17:36:39 -0500 Subject: [PATCH] feat(http_api_routes): add new endpoint for retrieving licenses --- tests/backend/fixtures/http_api_routes.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/backend/fixtures/http_api_routes.json b/tests/backend/fixtures/http_api_routes.json index 0ce46a1..dc2d04c 100644 --- a/tests/backend/fixtures/http_api_routes.json +++ b/tests/backend/fixtures/http_api_routes.json @@ -24,6 +24,10 @@ "method": "GET", "path": "/api/v1/app/info" }, + { + "method": "GET", + "path": "/api/v1/licenses" + }, { "method": "POST", "path": "/api/v1/app/integrity/acknowledge"