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:
Chris Cochrun 2024-07-06 13:49:07 -05:00
parent 17974d1bef
commit b55003df79
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
#+TITLE: Camp Prayer Warriors
#+date: 2023-07-10T14:31:50-05:00
#+tags: ministry, event, camp
#+featured_image: featured.jpg
#+showHero: true
#+description: Bond together with others to pray for TFC Camp!

View file

@ -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"