Merge branch 'dillon/74-admin-workflow' into vapor/development

This commit is contained in:
Dillon Ngo
2024-12-04 14:15:59 +08:00
+1 -1
View File
@@ -1347,6 +1347,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');