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-d' into dillon/44-customer-satisfaction-feedback-project
This commit is contained in:
+1
-1
@@ -1198,7 +1198,7 @@ Route::get('/feedback', function () {
|
||||
return view('pages.feedback');
|
||||
})->name('admin.feedback');
|
||||
|
||||
Route::get('/export/feedback', 'Exports\ExportFeedbackDataController@export')->name('feedback.export');
|
||||
Route::get('/export/feedback', 'Exports\ExportFeedbackDataController@export')->middleware(['api'])->middleware(['valid.token'])->name('feedback.export');
|
||||
|
||||
Route::get('/404', function () {
|
||||
abort(404);
|
||||
|
||||
Reference in New Issue
Block a user