From c338c310ac584408bfa01c3e6f18986d4e03baab Mon Sep 17 00:00:00 2001 From: Frankie B Date: Wed, 14 Jun 2023 22:07:28 +0100 Subject: feat: projects page --- routes/web.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'routes') diff --git a/routes/web.php b/routes/web.php index 97506dd..4bdc1c2 100644 --- a/routes/web.php +++ b/routes/web.php @@ -20,3 +20,7 @@ Route::get('/', function () { Route::get('/bookmarks', function () { return View::make('pages.bookmarks'); }); + +Route::get('/projects', function () { + return View::make('pages.projects'); +}); -- cgit v1.2.3-54-g00ecf