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 4ed2fe7 commit 7646898Copy full SHA for 7646898
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('https://engine262-api.snek.now.sh/api/gist', {
+ state.then((s) => fetch('https://engine262-api.engine262.now.sh/api/gist', {
95
method: 'POST',
96
headers: {
97
'Content-Type': 'application/json',
0 commit comments