removed redundant path in endpoint.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<p class="text-muted-foreground">All input components — fully static SSR with htmx validation.</p>
|
||||
</div>
|
||||
|
||||
<HtmxForm Endpoint="/api/forms/contact">
|
||||
<HtmxForm Endpoint="/api/contact">
|
||||
<FormField Label="Full Name" For="name">
|
||||
<TextInput Id="name" Name="name" Placeholder="Jane Doe" data-testid="input-name" />
|
||||
</FormField>
|
||||
|
||||
Reference in New Issue
Block a user