feat(http_api_routes): add new endpoint for retrieving licenses

This commit is contained in:
Ivan
2026-04-13 17:36:39 -05:00
parent ae33bd8d9f
commit eb13603b6c
@@ -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"