From 998ed253151afe8021e8b7b49438195c21175cd3 Mon Sep 17 00:00:00 2001 From: NoAvatar Date: Thu, 17 Oct 2024 04:54:30 +1000 Subject: [PATCH] Add web routes: user CRUD & root path --- routes/web.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/routes/web.php b/routes/web.php index b3d9bbc..d8504b5 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1 +1,10 @@