mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 00:42:16 +00:00
invitation page implementation
This commit is contained in:
@@ -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