Description
Duplicate paths with non-duplicate strings are not all generated to aspida. Example duplicate:
"/rest/items": {
"get": {
...
}
}
"/rest/items/": {
"post": {
...
}
}
Expected result
A merged output containing both the get and post endpoints.
Actual result
Only the post endpoints are in the output.
Environment
node v18.10.0
Description
Duplicate paths with non-duplicate strings are not all generated to aspida. Example duplicate:
Expected result
A merged output containing both the
getandpostendpoints.Actual result
Only the
postendpoints are in the output.Environment
node v18.10.0