switching to using production endpoints
This commit is contained in:
parent
d80b0c1259
commit
6eeaa2fddc
|
@ -4,7 +4,7 @@
|
|||
|
||||
<div id="mt-form" class="form text-lg w-full">
|
||||
<form id='form'
|
||||
hx-post="http://localhost:4242/camp-form"
|
||||
hx-post="https://api.tfcconnection.org/camp-form"
|
||||
hx-encoding="multipart/form-data"
|
||||
autocomplete="on"
|
||||
method="post"
|
||||
|
|
|
@ -217,7 +217,7 @@
|
|||
|
||||
<div id="health-form" class="form text-lg w-full">
|
||||
<form id='form'
|
||||
hx-post="http://localhost:4242/health-form"
|
||||
hx-post="https://api.tfcconnection.org/health-form"
|
||||
hx-encoding="multipart/form-data"
|
||||
autocomplete="on"
|
||||
method="post"
|
||||
|
|
Loading…
Reference in a new issue