summary refs log tree commit diff
path: root/ModAS.Server/Controllers/AppService/TransactionsController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ModAS.Server/Controllers/AppService/TransactionsController.cs')
-rw-r--r--ModAS.Server/Controllers/AppService/TransactionsController.cs1
1 files changed, 1 insertions, 0 deletions
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,