trop de demandes jQuery Laravel

protected $middlewareGroups = [
    ...
    'api' => [
        'throttle:60,1',
    ],
];
Ill Iguana