Open
Description
Search before asking
- I had searched in the issues and found no similar issues.
Feature Request
I hope to support dynamic route resolution. Currently, routes can only be accessed through file names, and the API designed in this way is difficult to comply with the design principles of RESTful API. You can put the settings in the yaml file, such as adding a path
parameter.
// not support
/users/{id}
Are you willing to submit PR?
- Yes I am willing to submit a PR!