switching the health form to point to the right port
This commit is contained in:
parent
0856c5b330
commit
02523592a2
|
@ -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:5000/health-form"
|
hx-post="http://localhost:4242/health-form"
|
||||||
hx-encoding="multipart/form-data"
|
hx-encoding="multipart/form-data"
|
||||||
autocomplete="on"
|
autocomplete="on"
|
||||||
method="post"
|
method="post"
|
||||||
|
|
Loading…
Reference in a new issue