mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Merge branch 'dillon/44-customer-satisfaction-feedback-project' into dillon/44-customer-satisfaction-feedback-project-b
This commit is contained in:
@@ -1197,3 +1197,7 @@ Route::get('/feedback/{token}', function ($token) {
|
||||
Route::get('/feedback', function () {
|
||||
return view('pages.feedback');
|
||||
})->name('admin.feedback');
|
||||
|
||||
Route::get('/404', function () {
|
||||
abort(404);
|
||||
})->name('error.404');
|
||||
|
||||
Reference in New Issue
Block a user