-
Notifications
You must be signed in to change notification settings - Fork 479
Open
Description
There is wrong ordering of routes.
For example - there is ordering in the resource I've set:
GET users/GET users/:idPOST users/POST users/:id/restorePUT users/:idDELETE users/:id
But grape-swagger is generating it like this:
GET users/POST users/DELETE users/:idGET users/:idPUT users/:idPOST users/:id/restore
The fix from #859 doesn't fix it completely. The order is still not the same as it was "declared"
Metadata
Metadata
Assignees
Labels
No labels