Skip to content

Commit

Permalink
Merge pull request #90 from hubmapconsortium/test-release
Browse files Browse the repository at this point in the history
v2.0.7 release
  • Loading branch information
yuanzhou authored Apr 27, 2021
2 parents fd6e1f0 + 53be7d3 commit e375641
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.6
2.0.7
5 changes: 5 additions & 0 deletions api_endpoints.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@
"endpoint": "/collection/redirect/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/doi/redirect/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/redirect/<*>",
Expand Down
5 changes: 5 additions & 0 deletions api_endpoints.localhost.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@
"endpoint": "/collection/redirect/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/doi/redirect/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/redirect/<*>",
Expand Down
5 changes: 5 additions & 0 deletions api_endpoints.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@
"endpoint": "/collection/redirect/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/doi/redirect/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/redirect/<*>",
Expand Down
5 changes: 5 additions & 0 deletions api_endpoints.stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@
"endpoint": "/collection/redirect/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/doi/redirect/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/redirect/<*>",
Expand Down
5 changes: 5 additions & 0 deletions api_endpoints.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@
"endpoint": "/collection/redirect/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/doi/redirect/<*>",
"auth": false
},
{
"method": "GET",
"endpoint": "/redirect/<*>",
Expand Down

0 comments on commit e375641

Please sign in to comment.