switching to using production endpoints

This commit is contained in:
Chris Cochrun 2024-07-05 14:34:07 -05:00
parent d80b0c1259
commit 6eeaa2fddc
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<div id="mt-form" class="form text-lg w-full"> <div id="mt-form" class="form text-lg w-full">
<form id='form' <form id='form'
hx-post="http://localhost:4242/camp-form" hx-post="https://api.tfcconnection.org/camp-form"
hx-encoding="multipart/form-data" hx-encoding="multipart/form-data"
autocomplete="on" autocomplete="on"
method="post" method="post"

View file

@ -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="http://localhost:4242/health-form" hx-post="https://api.tfcconnection.org/health-form"
hx-encoding="multipart/form-data" hx-encoding="multipart/form-data"
autocomplete="on" autocomplete="on"
method="post" method="post"