Skip to content
Snippets Groups Projects
Commit 1d63fe1d authored by Alexander Schoch's avatar Alexander Schoch
Browse files

maybe this fixes the fetch failed error

parent e2078fac
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ export default function ContactForm() {
return;
}
const response = await axios.post("/api/contact", {
const response = await axios.post("http://localhost:3000/api/contact", {
name: name,
mail: mail,
message: message,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment