mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-12-05 03:32:49 +01:00
Fix problem with action url
This commit is contained in:
parent
ea9eadc495
commit
352660231d
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ import "../styles/global.css";
|
|||
<div class="flex flex-row items-center h-full font-mono px-8 py-4">
|
||||
<div class="flex flex-col items-center w-full">
|
||||
<form
|
||||
action="{{%u}}/api/delete"
|
||||
action="{{%u}}api/delete"
|
||||
method="get"
|
||||
class="flex flex-col max-w-full"
|
||||
>
|
||||
|
|
|
@ -7,7 +7,7 @@ import "../styles/global.css";
|
|||
<div class="flex flex-row items-center h-full font-mono px-8 py-4">
|
||||
<div class="flex flex-col items-center w-full">
|
||||
<form
|
||||
action="{{%u}}/api/submit"
|
||||
action="{{%u}}api/submit"
|
||||
method="post"
|
||||
class="flex flex-col max-w-full"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue