Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove update-via-POST blueprint route
This was originally added in #1733 but has ended up causing some confusion. You can still use Angular $resource (just make a custom `update` action), and you can also create per-model routes via `'POST /user/:id': { action: 'user/update', model: 'user' }`
- Loading branch information