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
This commit is contained in:
Michilis
2025-07-15 22:07:29 +00:00
parent 184f28fe5d
commit aa93c50341

View File

@@ -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'