diff --git a/VERSION b/VERSION index 157e54f..f1547e6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.6 +2.0.7 diff --git a/api_endpoints.dev.json b/api_endpoints.dev.json index 91ba6bc..9838367 100644 --- a/api_endpoints.dev.json +++ b/api_endpoints.dev.json @@ -196,6 +196,11 @@ "endpoint": "/collection/redirect/<*>", "auth": false }, + { + "method": "GET", + "endpoint": "/doi/redirect/<*>", + "auth": false + }, { "method": "GET", "endpoint": "/redirect/<*>", diff --git a/api_endpoints.localhost.json b/api_endpoints.localhost.json index b84046f..23b0730 100644 --- a/api_endpoints.localhost.json +++ b/api_endpoints.localhost.json @@ -196,6 +196,11 @@ "endpoint": "/collection/redirect/<*>", "auth": false }, + { + "method": "GET", + "endpoint": "/doi/redirect/<*>", + "auth": false + }, { "method": "GET", "endpoint": "/redirect/<*>", diff --git a/api_endpoints.prod.json b/api_endpoints.prod.json index 11b4c63..94b8cf1 100644 --- a/api_endpoints.prod.json +++ b/api_endpoints.prod.json @@ -196,6 +196,11 @@ "endpoint": "/collection/redirect/<*>", "auth": false }, + { + "method": "GET", + "endpoint": "/doi/redirect/<*>", + "auth": false + }, { "method": "GET", "endpoint": "/redirect/<*>", diff --git a/api_endpoints.stage.json b/api_endpoints.stage.json index 7b565aa..407ce0c 100644 --- a/api_endpoints.stage.json +++ b/api_endpoints.stage.json @@ -196,6 +196,11 @@ "endpoint": "/collection/redirect/<*>", "auth": false }, + { + "method": "GET", + "endpoint": "/doi/redirect/<*>", + "auth": false + }, { "method": "GET", "endpoint": "/redirect/<*>", diff --git a/api_endpoints.test.json b/api_endpoints.test.json index efb6205..d281163 100644 --- a/api_endpoints.test.json +++ b/api_endpoints.test.json @@ -196,6 +196,11 @@ "endpoint": "/collection/redirect/<*>", "auth": false }, + { + "method": "GET", + "endpoint": "/doi/redirect/<*>", + "auth": false + }, { "method": "GET", "endpoint": "/redirect/<*>",