Revize e765fd91
Přidáno uživatelem Marek Lovčí před téměř 5 roky(ů)
routes/web.php | ||
---|---|---|
18 | 18 |
Route::get('/artefact', 'ArtefactController@default'); |
19 | 19 |
Route::get('/artefact/{id}', 'ArtefactController@view'); |
20 | 20 |
Route::resource('/detail', 'DetailsController', array('only' => array('index', 'show'))); |
21 |
Route::resource('/categories', 'CategoriesController', array('only' => array('index'))); |
|
22 |
Route::resource('/favartefacts', 'FavoriteArtefactsController', array('only' => array('index', 'show'))); |
|
23 |
Route::get('/favmetadata', 'FavoriteMetadataController@index'); |
|
21 | 24 |
|
22 | 25 |
Auth::routes(); |
23 | 26 |
|
Také k dispozici: Unified diff
Relace Metadata|User.
Issue #7847 @0.25h