Skip to content

Commit

Permalink
Remove /api/ from foursight url as part of small 0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
carlvitzthum committed May 21, 2019
1 parent ee3d106 commit a502576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dcicutils/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version information."""

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "0.7.0"
__version__ = "0.7.1"
2 changes: 1 addition & 1 deletion dcicutils/beanstalk_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
except NameError:
use_input = input

FOURSIGHT_URL = 'https://foursight.4dnucleome.org/api/'
FOURSIGHT_URL = 'https://foursight.4dnucleome.org/'
# magic CNAME corresponds to data.4dnucleome
MAGIC_CNAME = 'fourfront-webprod.9wzadzju3p.us-east-1.elasticbeanstalk.com'
GOLDEN_DB = "fourfront-webprod.co3gwj7b7tpq.us-east-1.rds.amazonaws.com"
Expand Down

0 comments on commit a502576

Please sign in to comment.