Skip to content
Snippets Groups Projects
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');