You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello all! I have a little question. Why DELETE and UPDATE route isn't REST.
I want have routes as:
PATCH / DELETE /admins/:id(.:format)
instead of
PATCH / DELETE /admins(.:format)
The text was updated successfully, but these errors were encountered:
Hello all! I have a little question. Why DELETE and UPDATE route isn't REST.
I want have routes as:
PATCH / DELETE /admins/:id(.:format)
instead of
PATCH / DELETE /admins(.:format)
The text was updated successfully, but these errors were encountered: