Skip to content

Commit ddb0f50

Browse files
committed
enable 0 rate for requests, allows to fetch exceptions
1 parent 2bde2d1 commit ddb0f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
return response()->json(['message' => 'Milestone release job dispatched.']);
2222
});
2323

24-
Route::middleware([ForceBasicAuth::class, Sample::never()])->group(function () {
24+
Route::middleware([ForceBasicAuth::class, Sample::rate(0)])->group(function () {
2525
Route::get('/repository/community/{repository:name}/{path}', RepositoryController::class)
2626
->where('path', '.*')
2727
->middleware(CommunityLicenceCheck::class);

0 commit comments

Comments
 (0)