We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2121bca commit 06244fcCopy full SHA for 06244fc
webapi/Controllers/PluginController.cs
@@ -48,7 +48,7 @@ public PluginController(
48
/// <param name="manifestDomain">The domain of the manifest.</param>
49
/// <returns>The plugin's manifest JSON.</returns>
50
[HttpGet]
51
- [Route("pluginManifests")] // TODO: Fix name and test
+ [Route("pluginManifests")] // TODO: Fix name and test - use singular?
52
[ProducesResponseType(StatusCodes.Status200OK)]
53
public async Task<IActionResult> GetPluginManifestAsync([FromQuery] Uri manifestDomain)
54
{
0 commit comments