From 05289f61d7bd0650ef511cc92a8a657c493dce30 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 31 Dec 2023 16:38:20 +0100 Subject: Clean up swagger, clean up auth code --- ModAS.Server/Controllers/AppService/TransactionsController.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ModAS.Server/Controllers/AppService/TransactionsController.cs') diff --git a/ModAS.Server/Controllers/AppService/TransactionsController.cs b/ModAS.Server/Controllers/AppService/TransactionsController.cs index 53bfaf5..fd8a6d3 100644 --- a/ModAS.Server/Controllers/AppService/TransactionsController.cs +++ b/ModAS.Server/Controllers/AppService/TransactionsController.cs @@ -15,6 +15,7 @@ using MxApiExtensions.Services; namespace ModAS.Server.Controllers.AppService; [ApiController] +[ApiExplorerSettings(IgnoreApi = true)] //hide from swagger public class TransactionsController( AppServiceRegistration asr, ModASConfiguration config, -- cgit 1.5.1