From aa93c503412cd74913ac36bbc16d3ccec067bf1d Mon Sep 17 00:00:00 2001 From: Michilis Date: Tue, 15 Jul 2025 22:07:29 +0000 Subject: [PATCH] docs: remove empty General category from Swagger tags - Remove the General tag definition from swagger.config.js - Clean up the tags array to only include active categories - Eliminates empty General category from Swagger UI --- swagger.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/swagger.config.js b/swagger.config.js index c6718b2..1ba5137 100644 --- a/swagger.config.js +++ b/swagger.config.js @@ -330,10 +330,6 @@ const options = { } }, tags: [ - { - name: 'General', - description: 'General API information and utilities' - }, { name: 'Token Operations', description: 'Operations for decoding and redeeming Cashu tokens'