Zu viele Anfragen jQuery Laravel
protected $middlewareGroups = [
...
'api' => [
'throttle:60,1',
],
];
Ill Iguana
protected $middlewareGroups = [
...
'api' => [
'throttle:60,1',
],
];