Add the page for tagged bookmarks
This commit is contained in:
parent
e23ba75021
commit
a0954bc936
3 changed files with 63 additions and 0 deletions
|
@ -158,6 +158,7 @@ Route::group(['domain' => config('url.longurl')], function () {
|
|||
Route::group(['prefix' => 'bookmarks'], function () {
|
||||
Route::get('/', [BookmarksController::class, 'index']);
|
||||
Route::get('/{bookmark}', [BookmarksController::class, 'show']);
|
||||
Route::get('/tagged/{tag}', [BookmarksController::class, 'tagged']);
|
||||
});
|
||||
|
||||
// Token Endpoint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue