removed tags, cors, and use /api
Instead I've decided we can just use caddy to properly send posts to /api and then caddy redirects to the web api server.
This commit is contained in:
parent
17974d1bef
commit
b55003df79
2 changed files with 1 additions and 2 deletions
|
@ -217,7 +217,7 @@
|
|||
|
||||
<div id="health-form" class="form text-lg w-full">
|
||||
<form id='form'
|
||||
hx-post="https://api.tfcconnection.org/health-form"
|
||||
hx-post="https://tfcconnection.org/api/health-form"
|
||||
hx-encoding="multipart/form-data"
|
||||
autocomplete="on"
|
||||
method="post"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue