This commit is contained in:
Leandro Facchinetti 2021-03-13 21:20:52 +00:00
parent a0346afed7
commit 2f997f591a
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ export default function killTheNewsletter(
webApplication.get<{}, HTML, {}, {}, {}>("/", (req, res) => {
res.send(
layout(html`
<form method="post" action="${webApplication.get("url")}/">
<form method="POST" action="${webApplication.get("url")}/">
<p>
<input
type="text"