feat: projects page
This commit is contained in:
parent
bf5b014435
commit
4ffec4148a
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