diff --git a/src/main.js b/src/main.js index e27d47f..52432f4 100644 --- a/src/main.js +++ b/src/main.js @@ -14,7 +14,7 @@ async function app() { try { // eslint-disable-next-line no-undef - const json = await fetch(url, { + const json = await fetch(window.INSOMNIA_URL, { method: 'GET', credentials: 'same-origin', headers: {