Skip to content

Commit c4c52ef

Browse files
committed
change to subdomain
1 parent 546d050 commit c4c52ef

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('/api/gist', {
94+
state.then((s) => fetch('https://api.engine262.js.org/api/gist', {
9595
method: 'POST',
9696
headers: {
9797
'Content-Type': 'application/json',

0 commit comments

Comments
 (0)