Skip to content

Commit

Permalink
fix: use https (not http) for treehouse API server url
Browse files Browse the repository at this point in the history
Co-authored-by: Clay McLeod <[email protected]>
  • Loading branch information
jingchunzhu and claymcleod committed Sep 19, 2023
1 parent 5b35657 commit bb8ab0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ externalDocs:
url: https://www.cancer.gov/research/areas/childhood/childhood-cancer-data-initiative
servers:
- url: https://ccdi.stjude.cloud/api/v0
- url: http://ccdi.treehouse.gi.ucsc.edu/api/v0
- url: https://ccdi.treehouse.gi.ucsc.edu/api/v0
description: Treehouse CCDI API server
tags:
- name: info
Expand Down

0 comments on commit bb8ab0e

Please sign in to comment.