Add support for controlling server power from API.

This commit is contained in:
Dane Everitt 2016-10-20 13:39:39 -04:00
parent 745c735b32
commit 5a03ce7e1a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 38 additions and 4 deletions

View file

@ -13,5 +13,6 @@ class VerifyCsrfToken extends BaseVerifier
*/
protected $except = [
'remote/*',
'api/*'
];
}