Skip to content

Commit

Permalink
set default mygeneset url to https
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Nov 9, 2023
1 parent 2ef62c1 commit 77d3d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biothings_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
MYGENESET_KWARGS = copy(COMMON_KWARGS)
MYGENESET_KWARGS.update(
{
"_default_url": "http://mygeneset.info/v1",
"_default_url": "https://mygeneset.info/v1",
"_annotation_endpoint": "/geneset/",
"_optionally_plural_object_type": "geneset(s)",
"_entity": "geneset",
Expand Down

0 comments on commit 77d3d81

Please sign in to comment.