mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
add tags to posts
This commit is contained in:
parent
2f95117389
commit
c77c97be2d
5 changed files with 26 additions and 3 deletions
|
|
@ -41,6 +41,7 @@ Route::middleware('auth')->prefix('tags')->group(function () {
|
|||
Route::middleware('auth')->prefix('delete')->controller(DeletionController::class)->group(function () {
|
||||
Route::get('comment/{comment}', 'deleteComment');
|
||||
Route::get('post/{post}', 'deletePost');
|
||||
Route::get('post/{post}/tag/{tag}', 'deletePostTag');
|
||||
Route::get('tag/{tag}', 'deleteTag');
|
||||
Route::get('group/{tagGroup}', 'deleteTagGroup');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue