add sequencing tab
This commit is contained in:
@@ -9,9 +9,9 @@ Route::get('/', function () {
|
||||
});
|
||||
|
||||
|
||||
|
||||
Route::get('/dashboard/seq', function () {
|
||||
return view('dashboard.sequencing');
|
||||
});
|
||||
Route::get('/dashboard', [DashboardController::class, 'overview']);
|
||||
Route::get('/dashboard/{code}', [DashboardController::class, 'detail']);
|
||||
Route::get('/test-change', function () {
|
||||
return "TEST_CHANGE_WORKING";
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user