Skip to content

Commit

Permalink
Merge pull request #89 from hubmapconsortium/yuanzhou/doi
Browse files Browse the repository at this point in the history
Yuanzhou/doi
  • Loading branch information
yuanzhou authored Apr 23, 2021
2 parents 6af9f4b + 68b9906 commit 53be7d3
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 53be7d3

Please sign in to comment.