Skip to content

Commit f1ec078

Browse files
committed
moved to api.consentreceipt.org
1 parent 39fbeae commit f1ec078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ $(document).ready(function() {
9898

9999
$.ajax({
100100
type: "POST",
101-
url: "http://www.consentreceipt.org/api/mvcr",
101+
url: "http://api.consentreceipt.org/api/mvcr",
102102
data: JSON.stringify(oPost),
103103
contentType : "application/json",
104104
success: function (data) {
@@ -198,7 +198,7 @@ $(document).ready(function() {
198198
var jwt = data;
199199
$.ajax({
200200
type: "GET",
201-
url: "http://www.consentreceipt.org/api/jwk",
201+
url: "http://api.consentreceipt.org/api/jwk",
202202
data: "json",
203203
success: function(data) {
204204
console.log(data);

0 commit comments

Comments
 (0)