diff options
Diffstat (limited to 'routes/web.php')
-rw-r--r-- | routes/web.php | 4 |
1 files changed, 4 insertions, 0 deletions
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'); +}); |