Skip to content

Commit 31957bb

Browse files
Update App Marketplace endpoint to point to prod (#7)
1 parent 692df11 commit 31957bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def listed_apps_in_marketplace() -> str:
453453

454454
try:
455455
response = httpx.get(
456-
"https://payments.openbb.dev/marketplace/apps", timeout=10.0
456+
"https://payments.openbb.co/marketplace/apps", timeout=10.0
457457
)
458458
response.raise_for_status()
459459
apps = response.json()

0 commit comments

Comments
 (0)