Add bookmarks page
This commit is contained in:
parent
1763281e39
commit
16ecc6abe3
3 changed files with 96 additions and 0 deletions
|
@ -16,3 +16,7 @@
|
|||
Route::get('/', function () {
|
||||
return View::make('pages.home');
|
||||
});
|
||||
|
||||
Route::get('/bookmarks', function () {
|
||||
return View::make('pages.bookmarks');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue