Skip to content

Commit

Permalink
- スロットリングタイプ = customer > userに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
kentanakayrglm committed Sep 15, 2023
1 parent 882ecb1 commit fd333d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/config/eccube/packages/prod/eccube_rate_limiter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,37 +17,37 @@ eccube:
mypage_change:
route: mypage_change
method: [ 'POST' ]
type: customer
type: user
limit: 10
interval: '30 minutes'
mypage_delivery_new:
route: mypage_delivery_new
method: [ 'POST' ]
type: customer
type: user
limit: 10
interval: '30 minutes'
mypage_delivery_edit:
route: mypage_delivery_edit
method: [ 'POST' ]
type: customer
type: user
limit: 10
interval: '30 minutes'
mypage_delivery_delete:
route: mypage_delivery_delete
method: [ 'DELETE' ]
type: customer
type: user
limit: 10
interval: '30 minutes'
shopping_shipping_multiple_edit_customer:
route: shopping_shipping_multiple_edit
method: [ 'POST' ]
type: customer
type: user
limit: 10
interval: '30 minutes'
shopping_shipping_edit_customer:
route: shopping_shipping_edit
method: [ 'POST' ]
type: customer
type: user
limit: 10
interval: '30 minutes'
contact:
Expand Down

0 comments on commit fd333d3

Please sign in to comment.