Merge branch 'v4.x' into next

This commit is contained in:
🏔️ Peak
2025-06-18 15:21:08 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

5
config/api.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
return [
'throttle' => env('API_THROTTLE', 200),
];