Laravel API Throttle Setting라라벨 API throttle 설정하기
... (생략)
'api' => [
'throttle:60,1',
'bindings',
],
... (생략)
... (생략)
'api' => [
'throttle:120,1',
'bindings',
],
... (생략)
→ 1분간 120회 호출까지 허용