From 1701565d82ba4f2e0ab740d848dfc78438a4274e Mon Sep 17 00:00:00 2001 From: Bimaekap Date: Fri, 22 Sep 2023 01:28:25 +0700 Subject: [PATCH] update third --- routes/web.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/routes/web.php b/routes/web.php index 7ce4d20d2..a3124b12e 100644 --- a/routes/web.php +++ b/routes/web.php @@ -85,5 +85,8 @@ // End of the main Authenticated Route Group }); // One more task is in routes/api.php +Route::get('/dashboard', function(){ + / +})->name('dashboard'); require __DIR__ . '/auth.php';