We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085fce0 commit 53a8f73Copy full SHA for 53a8f73
1 file changed
src/Server/Controllers/IndexController.cs
@@ -5,6 +5,7 @@ namespace Ryujinx.Systems.Update.Server.Controllers;
5
6
[Route("/")]
7
[ApiController]
8
+[ApiExplorerSettings(IgnoreApi = true)]
9
public class IndexController : ControllerBase
10
{
11
[HttpGet]
0 commit comments