Poem OpenAI path
not merging when combining multiple impl OpenApi
#923
Labels
bug
Something isn't working
path
not merging when combining multiple impl OpenApi
#923
Expected Behavior
Routes should be combined when they have different
method
s but the samepath
Actual Behavior
Only the last route is included in the openapi output
All previous routes are omitted.
Steps to Reproduce the Problem
Sample code
Suppose we have the following routes and wanted to split them up into seperate files.
And then when running our app
Specifications
The text was updated successfully, but these errors were encountered: