Skip to content

Commit

Permalink
routa pro vypis
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiří Lýsek committed Feb 22, 2017
1 parent 0776f23 commit d6e3c44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
Route::get('/', function () {
return view('welcome');
});

Route::get('/osoby', 'PersonsList@show')->name('person::list');

0 comments on commit d6e3c44

Please sign in to comment.