update mailsave to https

This commit is contained in:
Emily
2024-08-29 15:09:43 +02:00
parent 1cb6b92d5c
commit 9b9ed3e9ad

View File

@@ -53,7 +53,7 @@ const snippetIndex = ref<number>(0);
async function saveEmail() { async function saveEmail() {
await fetch('http://savemail.litlyx.com/email/' + encodeURIComponent(email.value), { await fetch('https://savemail.litlyx.com/email/' + encodeURIComponent(email.value), {
mode: 'no-cors' mode: 'no-cors'
}); });
email.value = ''; email.value = '';