From d3c5d04f4e1ddc0c383ce2e53dd266296be74129 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sun, 3 May 2026 20:49:38 -0500 Subject: [PATCH] feat(api): add new endpoint for Micron-Parser-Go release information --- 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 eb52ec4..9c93829 100644 --- a/tests/backend/fixtures/http_api_routes.json +++ b/tests/backend/fixtures/http_api_routes.json @@ -1080,6 +1080,10 @@ "method": "POST", "path": "/api/v1/telephone/voicemails/{id}/read" }, + { + "method": "GET", + "path": "/api/v1/tools/micron-parser-go-release" + }, { "method": "GET", "path": "/api/v1/tools/rnode/download_firmware"