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: [
|
tags: [
|
||||||
{
|
|
||||||
name: 'General',
|
|
||||||
description: 'General API information and utilities'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'Token Operations',
|
name: 'Token Operations',
|
||||||
description: 'Operations for decoding and redeeming Cashu tokens'
|
description: 'Operations for decoding and redeeming Cashu tokens'
|
||||||
|
|||||||
Reference in New Issue
Block a user