-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow nested empty routes for REST #1292
Comments
hi @lifinsky At now,
Will use the route prefix(
|
Currently it's not work
I have REST endpoint
With {id} - all works.
But for "GET /backoffice/files" and "POST /backoffice/files" I was forced to use duplication.
|
Sorry, I did not understand you. It will be in the next release. Thanks!!! |
@lifinsky yes, will release on next version |
Please allow route as "" for methods.
For example:
@RequestMapping("", method=RequestMethod::GET)
It should be resolved as GET "backoffice/files"
The text was updated successfully, but these errors were encountered: