We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2863c1b commit 7850babCopy full SHA for 7850bab
src/Bootstrap/RoutesDefinition.php
@@ -71,7 +71,7 @@ public function __invoke(string $uriKey = null)
71
Route::get(
72
$prefix.'',
73
\Binaryk\LaravelRestify\Http\Controllers\RepositoryIndexController::class
74
- )->name('index')->withoutMiddleware('auth:sanctum');
+ )->name('index')->withoutMiddleware($this->excludedMiddleware);
75
Route::post(
76
77
\Binaryk\LaravelRestify\Http\Controllers\RepositoryStoreController::class
0 commit comments