Skip to content

Commit 7646898

Browse files
committed
update deploy
1 parent 4ed2fe7 commit 7646898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const saveSpan = document.querySelector('#save-to-gist-output');
9191
document.querySelector('#save-to-gist')
9292
.addEventListener('click', () => {
9393
saveSpan.textContent = 'Saving...';
94-
state.then((s) => fetch('https://engine262-api.snek.now.sh/api/gist', {
94+
state.then((s) => fetch('https://engine262-api.engine262.now.sh/api/gist', {
9595
method: 'POST',
9696
headers: {
9797
'Content-Type': 'application/json',

0 commit comments

Comments
 (0)