Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Any route can now specify the methods that are allowed by adding a `methods` key to the route parameters. The value of the key should be a reference to an array containing the allowed methods. The ACS route is the only route that uses this at this point to restrict to the POST method only.
- Loading branch information