diff --git a/citation/src/main/webapp/js/citation_landing.js b/citation/src/main/webapp/js/citation_landing.js index b2e0f5d..5bdb0c0 100644 --- a/citation/src/main/webapp/js/citation_landing.js +++ b/citation/src/main/webapp/js/citation_landing.js @@ -94,7 +94,7 @@ page.setProgressBar('busy') return new Promise(function (resolve, reject) { - var statusUrl = serviceURL + '/' + doiName + '/status/public' + var statusUrl = serviceURL + '/' + doiName + '/status' var request = new XMLHttpRequest() // 'load' is the XMLHttpRequest 'finished' event diff --git a/citation/src/main/webapp/js/citation_request.js b/citation/src/main/webapp/js/citation_request.js index 0d88da9..20e910e 100644 --- a/citation/src/main/webapp/js/citation_request.js +++ b/citation/src/main/webapp/js/citation_request.js @@ -699,7 +699,7 @@ page.setProgressBar('busy') return new Promise(function (resolve, reject) { - var statusUrl = serviceURL + '/' + doiName + '/status/public' + var statusUrl = serviceURL + '/' + doiName + '/status' var request = new XMLHttpRequest() // 'load' is the XMLHttpRequest 'finished' event