switching the health form to point to the right port

This commit is contained in:
Chris Cochrun 2024-10-15 06:14:06 -05:00
parent 0856c5b330
commit 02523592a2

View file

@ -217,7 +217,7 @@
<div id="health-form" class="form text-lg w-full">
<form id='form'
hx-post="http://localhost:5000/health-form"
hx-post="http://localhost:4242/health-form"
hx-encoding="multipart/form-data"
autocomplete="on"
method="post"