add detail api

This commit is contained in:
2025-01-04 15:24:51 +03:30
parent e95e4ca8ce
commit 57bb53475c
2 changed files with 4 additions and 3 deletions

View File

@@ -185,4 +185,5 @@ Route::prefix('observed_items')
->controller(ObservedItemController::class)
->group(function () {
Route::post('/filter', 'filter')->name('filter');
Route::get('/{observedItem}', 'show')->name('show');
});