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
|
@ -1,6 +1,5 @@
|
||||||
#+TITLE: Camp Prayer Warriors
|
#+TITLE: Camp Prayer Warriors
|
||||||
#+date: 2023-07-10T14:31:50-05:00
|
#+date: 2023-07-10T14:31:50-05:00
|
||||||
#+tags: ministry, event, camp
|
|
||||||
#+featured_image: featured.jpg
|
#+featured_image: featured.jpg
|
||||||
#+showHero: true
|
#+showHero: true
|
||||||
#+description: Bond together with others to pray for TFC Camp!
|
#+description: Bond together with others to pray for TFC Camp!
|
||||||
|
|
|
@ -217,7 +217,7 @@
|
||||||
|
|
||||||
<div id="health-form" class="form text-lg w-full">
|
<div id="health-form" class="form text-lg w-full">
|
||||||
<form id='form'
|
<form id='form'
|
||||||
hx-post="https://api.tfcconnection.org/health-form"
|
hx-post="https://tfcconnection.org/api/health-form"
|
||||||
hx-encoding="multipart/form-data"
|
hx-encoding="multipart/form-data"
|
||||||
autocomplete="on"
|
autocomplete="on"
|
||||||
method="post"
|
method="post"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue