mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
update mailsave to https
This commit is contained in:
@@ -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 = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user