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 4bdc1c2..ee2327b 100644 --- a/routes/web.php +++ b/routes/web.php @@ -24,3 +24,7 @@ Route::get('/bookmarks', function () { Route::get('/projects', function () { return View::make('pages.projects'); }); + +Route::get('/calculators', function () { + return View::make('pages.calculators'); +}); |