openfree commited on
Commit
b984b03
·
verified ·
1 Parent(s): ad7fc8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,7 +195,7 @@ def get_space_card(space, index):
195
  def get_vercel_deployments():
196
  """Vercel API를 통해 배포된 서비스 정보 가져오기"""
197
  token = "A8IFZmgW2cqA4yUNlLPnci0N"
198
- url = "https://api.vercel.com/v6/deployments"
199
 
200
  headers = {
201
  "Authorization": f"Bearer {token}",
 
195
  def get_vercel_deployments():
196
  """Vercel API를 통해 배포된 서비스 정보 가져오기"""
197
  token = "A8IFZmgW2cqA4yUNlLPnci0N"
198
+ url = "https://api.vercel.com/v6/deployments?limit=100" # limit 파라미터 추가
199
 
200
  headers = {
201
  "Authorization": f"Bearer {token}",