feat: remove unused action in form

This commit is contained in:
Erik Foris 2024-06-25 11:35:58 +02:00
parent e400b7e9ce
commit d23e007518

View File

@ -20,7 +20,7 @@
how to use it.
</p>
<form action="/api/add" method="post">
<form>
<span>
<label for="title">Title</label>
<input type="text" name="title" id="title" minlength="1" maxlength="50" required>