feat: Add APIs for limit check in accounts (#7242)

This commit is contained in:
Shivam Mishra
2023-06-16 08:41:40 +05:30
committed by GitHub
parent 0d465362ac
commit e8a27bea4b
9 changed files with 223 additions and 5 deletions

View File

@@ -286,6 +286,7 @@ Rails.application.routes.draw do
member do
post :checkout
post :subscription
get :limits
end
end
end