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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user