Skip to content

Commit 44b81e1

Browse files
authored
Update web.php
1 parent 23c1abe commit 44b81e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routes/web.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
'as' => 'cookieconsent.',
1212
'domain' => config('cookieconsent.url.domain'),
1313
'prefix' => config('cookieconsent.url.prefix'),
14+
'middleware' => config('cookieconsent.url.middleware')
1415
], function() {
1516
Route::get('script', ScriptController::class)
1617
->name('script');

0 commit comments

Comments
 (0)