-
Dominik Hebeler authoredDominik Hebeler authored
session.php 213 B
<?php
# In this File we collect all routes which require a session or other cookies to be active
Route::match(['get', 'post'], 'meta/verification/{id}/{url?}', 'HumanVerification@captcha')->name('verification');