Skip to content

Commit f055ab1

Browse files
committed
fix: base url
1 parent e64f79e commit f055ab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/morph/api/cloud/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from morph.constants import MorphConstant
99
from morph.task.utils.morph import find_project_root_dir
1010

11-
MORPH_API_BASE_URL = "https://api.morph-data.io/v0"
11+
MORPH_API_BASE_URL = "https://api.squadbase.dev/v0"
1212

1313

1414
def validate_project_id(method):

0 commit comments

Comments
 (0)