feat: projects page
This commit is contained in:
parent
57190b2f77
commit
c338c310ac
3 changed files with 158 additions and 0 deletions
|
|
@ -20,3 +20,7 @@
|
|||
Route::get('/bookmarks', function () {
|
||||
return View::make('pages.bookmarks');
|
||||
});
|
||||
|
||||
Route::get('/projects', function () {
|
||||
return View::make('pages.projects');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue