added subscription check
Κάποιοι έλεγχοι απέτυχαν
Hellug Projects/Hellug/www/pipeline/head There was a failure building this commit

Αυτό το commit περιλαμβάνεται σε:
infl00p 2022-11-10 18:40:12 +02:00
γονέας 541133b32b
commit 6a3488c5e0

@ -20,7 +20,7 @@ category_title: Μέλη
data = {
email : form.querySelector('input[name="email"]').value
}
let response = await fetch('https://hellug.gr/api/sendSubscriptionEmail', {
let response = await fetch('/api/sendSubscriptionEmail', {
method: 'POST',
headers: {
'Content-Type': 'application/json',