debug
This commit is contained in:
@@ -153,7 +153,7 @@ Route::middleware('auth')
|
||||
->group(function () {
|
||||
Route::get('/', 'index')->name('index');
|
||||
Route::get('/excel', 'excel')->name('excel');
|
||||
Route::post('/rate/{operatorDialogue}', 'rate')->name('rate');
|
||||
Route::post('/rate', 'rate')->name('rate');
|
||||
Route::get('/{operatorDialogue}', 'show')->name('show');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user