From f055ab17bc4b3606d9e0740cf55e072b2a2cbf3d Mon Sep 17 00:00:00 2001 From: tslcls Date: Thu, 17 Apr 2025 18:16:42 +0900 Subject: [PATCH] fix: base url --- core/morph/api/cloud/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/morph/api/cloud/client.py b/core/morph/api/cloud/client.py index d0d197c..aa4e86e 100644 --- a/core/morph/api/cloud/client.py +++ b/core/morph/api/cloud/client.py @@ -8,7 +8,7 @@ from morph.constants import MorphConstant from morph.task.utils.morph import find_project_root_dir -MORPH_API_BASE_URL = "https://api.morph-data.io/v0" +MORPH_API_BASE_URL = "https://api.squadbase.dev/v0" def validate_project_id(method):