Skip to content

Commit 53a8f73

Browse files
committed
hide Index controller from swagger ui
1 parent 085fce0 commit 53a8f73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Server/Controllers/IndexController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace Ryujinx.Systems.Update.Server.Controllers;
55

66
[Route("/")]
77
[ApiController]
8+
[ApiExplorerSettings(IgnoreApi = true)]
89
public class IndexController : ControllerBase
910
{
1011
[HttpGet]

0 commit comments

Comments
 (0)