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 546d050 commit c4c52efCopy full SHA for c4c52ef
src/state.mjs
@@ -91,7 +91,7 @@ const saveSpan = document.querySelector('#save-to-gist-output');
91
document.querySelector('#save-to-gist')
92
.addEventListener('click', () => {
93
saveSpan.textContent = 'Saving...';
94
- state.then((s) => fetch('/api/gist', {
+ state.then((s) => fetch('https://api.engine262.js.org/api/gist', {
95
method: 'POST',
96
headers: {
97
'Content-Type': 'application/json',
0 commit comments