Skip to content

Commit 06244fc

Browse files
authored
Update webapi/Controllers/PluginController.cs
1 parent 2121bca commit 06244fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapi/Controllers/PluginController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public PluginController(
4848
/// <param name="manifestDomain">The domain of the manifest.</param>
4949
/// <returns>The plugin's manifest JSON.</returns>
5050
[HttpGet]
51-
[Route("pluginManifests")] // TODO: Fix name and test
51+
[Route("pluginManifests")] // TODO: Fix name and test - use singular?
5252
[ProducesResponseType(StatusCodes.Status200OK)]
5353
public async Task<IActionResult> GetPluginManifestAsync([FromQuery] Uri manifestDomain)
5454
{

0 commit comments

Comments
 (0)