This commit is contained in:
parent
a0346afed7
commit
2f997f591a
|
@ -243,7 +243,7 @@ export default function killTheNewsletter(
|
||||||
webApplication.get<{}, HTML, {}, {}, {}>("/", (req, res) => {
|
webApplication.get<{}, HTML, {}, {}, {}>("/", (req, res) => {
|
||||||
res.send(
|
res.send(
|
||||||
layout(html`
|
layout(html`
|
||||||
<form method="post" action="${webApplication.get("url")}/">
|
<form method="POST" action="${webApplication.get("url")}/">
|
||||||
<p>
|
<p>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
|
|
Loading…
Reference in New Issue