Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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}",
|