Add bookmarks page
This commit is contained in:
parent
87a36e9bfb
commit
cb78df544c
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