VoL luisterlijst stemformulier

This commit is contained in:
2020-11-09 21:12:48 +01:00
parent c7e7790549
commit 9b4396b6ec
5 changed files with 38 additions and 18 deletions

View File

@@ -12,6 +12,7 @@ class VerifyCsrfToken extends BaseVerifier
* @var array
*/
protected $except = [
//
'/luisterlijst',
'/luisterlijst/stem'
];
}