Admin Workflow

This commit is contained in:
Dillon Ngo
2024-12-04 14:15:50 +08:00
parent 6f9dd969e0
commit a76d03d548
+1 -1
View File
@@ -1340,6 +1340,6 @@ Route::get('/site.webmanifest', function () {
return response($contents, 200)->header('Content-Type', 'application/manifest+json');
});
Route::get('/admin-work-flow', function () {
Route::get('/admin-workflow', function () {
return view('pages.dashboards.admin_work_flow');
})->name('admin-work-flow');