Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Replace netlify staging url with staging.lincbrain.org url in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kanzer authored and Aaron Kanzer committed Jul 22, 2024
1 parent c5f0ccb commit 192a976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lincbrain/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def urls(self) -> Iterator[str]:
),
"lincbrain-staging": DandiInstance(
"lincbrain-staging",
"https://staging--lincbrain-org.netlify.app",
"https://staging.lincbrain.org",
"https://staging-api.lincbrain.org/api",
),
"dandi-api-local-docker-tests": DandiInstance(
Expand Down

0 comments on commit 192a976

Please sign in to comment.