Skip to content

Commit a0a13dc

Browse files
authored
Update web.php
1 parent 23eb449 commit a0a13dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
use Illuminate\Support\Facades\Route;
44

5-
Route::post('download', 'GdprController@download');
5+
Route::post('download', 'GdprController@download')->name('gdpr.download');

0 commit comments

Comments
 (0)