mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
update mailsave to https
This commit is contained in:
@@ -53,7 +53,7 @@ const snippetIndex = ref<number>(0);
|
||||
|
||||
|
||||
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'
|
||||
});
|
||||
email.value = '';
|
||||
|
||||
Reference in New Issue
Block a user