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
{{ message }}
This repository was archived by the owner on Apr 23, 2019. It is now read-only.
I see in the conf/posts.routes file that you are using a POST request to update the record. This is not a standard RESTful request. The request headers should be PUT or UPDATE.
Please update this example which is sort of abusing REST interpretability.