Browse Source

Fixing URL with name change from the EU's group

pull/3/head
Vitor Pamplona 5 years ago
parent
commit
a1adba0f56
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      debug.html

+ 1
- 1
debug.html View File

@ -103,7 +103,7 @@ AF7zi+d862ePRQ9Lwymr7XfwVm0=
var ajv = new ajv7.default({strict: "log", validateFormats: false});
let client = new XMLHttpRequest();
client.open('GET', 'https://raw.githubusercontent.com/ehn-digital-green-development/ehn-dgc-schema/main/DGC.combined-schema.json', false);
client.open('GET', 'https://raw.githubusercontent.com/ehn-digital-green-development/ehn-dgc-schema/main/DCC.combined-schema.json', false);
client.setRequestHeader("Accept", "application/vnd.github.v3+json");
client.send();


Loading…
Cancel
Save