Skip to content

Commit

Permalink
Changed default DB API to the development API.
Browse files Browse the repository at this point in the history
  • Loading branch information
ASHuenchuleo committed Dec 12, 2022
1 parent 0f4691a commit 5bcd9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alerce/direct.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class AlerceDirect(Client):

def __init__(self, **kwargs):
default_config = {
"ZTF_DB_API_URL": "https://api.alerce.online/db/",
"ZTF_DB_API_URL": "https://dev-api.alerce.online/dbquery/v1/db/",
}
default_config.update(kwargs)
super().__init__(**default_config)
Expand Down

0 comments on commit 5bcd9ed

Please sign in to comment.