We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39fbeae commit f1ec078Copy full SHA for f1ec078
js/main.js
@@ -98,7 +98,7 @@ $(document).ready(function() {
98
99
$.ajax({
100
type: "POST",
101
- url: "http://www.consentreceipt.org/api/mvcr",
+ url: "http://api.consentreceipt.org/api/mvcr",
102
data: JSON.stringify(oPost),
103
contentType : "application/json",
104
success: function (data) {
@@ -198,7 +198,7 @@ $(document).ready(function() {
198
var jwt = data;
199
200
type: "GET",
201
- url: "http://www.consentreceipt.org/api/jwk",
+ url: "http://api.consentreceipt.org/api/jwk",
202
data: "json",
203
success: function(data) {
204
console.log(data);
0 commit comments