mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-18 19:25:01 +00:00
invitation page implementation
This commit is contained in:
@@ -790,6 +790,7 @@ class SetupDevEnvironment extends Command
|
||||
->create([
|
||||
'email' => $user->email,
|
||||
'parent_id' => $companyProjectFolder->id,
|
||||
'inviter_id' => $companyProjectFolder->user_id,
|
||||
'status' => 'pending',
|
||||
'permission' => 'can-edit',
|
||||
])
|
||||
|
||||
@@ -111,7 +111,7 @@ class RouteServiceProvider extends ServiceProvider
|
||||
protected function mapTeamsRoutes()
|
||||
{
|
||||
Route::prefix('api/teams')
|
||||
->middleware(['api', 'auth:sanctum'])
|
||||
->middleware(['api'])
|
||||
->group(base_path('routes/teams.php'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user