menjava domene
This commit is contained in:
@@ -16,7 +16,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
document.getElementById("contact-form").addEventListener("submit", (e) => {
|
||||
e.preventDefault();
|
||||
|
||||
const url = "http://localhost:3000/kontakt";
|
||||
const url = "https://ssnj.dcrubro.com/api/kontakt";
|
||||
const message = document.getElementById("message").value;
|
||||
fetch(url, {
|
||||
method: "POST",
|
||||
|
||||
Reference in New Issue
Block a user