mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
create team folder
This commit is contained in:
5
routes/teams.php
Normal file
5
routes/teams.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
use Domain\Teams\Controllers\TeamFoldersController;
|
||||
|
||||
Route::apiResource('/team-folders', TeamFoldersController::class);
|
||||
Reference in New Issue
Block a user