Neoteroi / essentials-openapi

Functions to handle OpenAPI Documentation.
MIT License
21 stars 9 forks source link

Empty header when operations don't have any tag. #28

Closed RobertoPrevato closed 1 year ago

RobertoPrevato commented 1 year ago

Use the same example for https://github.com/Neoteroi/essentials-openapi/issues/27

an empty header is generated "##" because the operations don´t have any tag. Fix to generate a generic text, like "Endpoints".