Requesting the following endpoint (with example params filled in) always returns a 404 error, even when the specified manifest should exist. **Reproduction** ```curl curl --request GET \ --url https://api.winget.run/v2/manifests/Microsoft.DotNet.Framework.DeveloperPack_4/4.8 ``` **Actual** ```json { "statusCode": 404, "error": "Not Found", "message": "manifest not found" } ``` **Expected** ```json { "Manifest": Manifest } ```
Requesting the following endpoint (with example params filled in) always returns a 404 error, even when the specified manifest should exist.
Reproduction
Actual
{ "statusCode": 404, "error": "Not Found", "message": "manifest not found" }Expected
{ "Manifest": Manifest }