Skip to content

Commit

Permalink
Update webapi/Controllers/PluginController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dluc authored Nov 9, 2024
1 parent 2121bca commit 06244fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapi/Controllers/PluginController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public PluginController(
/// <param name="manifestDomain">The domain of the manifest.</param>
/// <returns>The plugin's manifest JSON.</returns>
[HttpGet]
[Route("pluginManifests")] // TODO: Fix name and test
[Route("pluginManifests")] // TODO: Fix name and test - use singular?
[ProducesResponseType(StatusCodes.Status200OK)]
public async Task<IActionResult> GetPluginManifestAsync([FromQuery] Uri manifestDomain)
{
Expand Down

0 comments on commit 06244fc

Please sign in to comment.