mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
added it_restore_items_from_trash test
This commit is contained in:
@@ -58,7 +58,7 @@ Route::group(['middleware' => ['auth:sanctum']], function () {
|
||||
|
||||
// Trash
|
||||
Route::group(['prefix' => 'trash'], function () {
|
||||
Route::post('/restore-items', [TrashController::class, 'restore']);
|
||||
Route::post('/restore', [TrashController::class, 'restore']);
|
||||
Route::delete('/dump', [TrashController::class, 'clear']);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user