From 06244fc670a8def7ef70879e7a6885984d360856 Mon Sep 17 00:00:00 2001 From: Devis Lucato Date: Sat, 9 Nov 2024 12:29:09 -0800 Subject: [PATCH] Update webapi/Controllers/PluginController.cs --- webapi/Controllers/PluginController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapi/Controllers/PluginController.cs b/webapi/Controllers/PluginController.cs index 119ac0e4e..be2ad8feb 100644 --- a/webapi/Controllers/PluginController.cs +++ b/webapi/Controllers/PluginController.cs @@ -48,7 +48,7 @@ public PluginController( /// The domain of the manifest. /// The plugin's manifest JSON. [HttpGet] - [Route("pluginManifests")] // TODO: Fix name and test + [Route("pluginManifests")] // TODO: Fix name and test - use singular? [ProducesResponseType(StatusCodes.Status200OK)] public async Task GetPluginManifestAsync([FromQuery] Uri manifestDomain) {