Skip to content

Commit d20f895

Browse files
committed
test against preview
1 parent e728afb commit d20f895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mp_api/client/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
_MAX_LIST_LENGTH = min(PMG_SETTINGS.get("MPRESTER_MAX_LIST_LENGTH", 10000), 10000)
2020

2121
_EMMET_SETTINGS = EmmetSettings() # type: ignore[call-arg]
22-
_DEFAULT_ENDPOINT = "https://api.materialsproject.org/"
22+
_DEFAULT_ENDPOINT = "https://api-preview.materialsproject.org/"
2323

2424

2525
class MAPIClientSettings(BaseSettings):

0 commit comments

Comments
 (0)