fix: correct app.use()

This commit is contained in:
2025-08-21 18:13:47 -05:00
parent 26b42cc4a0
commit f0fae1d559

View File

@@ -131,7 +131,7 @@ form.addEventListener("submit", function(event) {
};
// Send the data to the backend using fetch()
fetch('/api/submit-form', {
fetch('/submit-form', {
method: 'POST',
headers: {
'Content-Type': 'application/json',