I have a papge require api to post
inside of my route setting is
Route::post('/commitmoney/{api}/{payment}', 'CommitmoneyController@post');
my problem is in my middleware verifyCsrfToken.php I couldn't set variable like below
protected $except = [
'/commitmoney/{api}/{payment}',
is anyone know how to solve this problem?