removed redundant path in endpoint.

This commit is contained in:
2026-04-13 19:06:23 +05:00
parent 5668cf20d9
commit 4411307383
2 changed files with 2 additions and 2 deletions
@@ -23,7 +23,7 @@ app.MapStaticAssets();
app.MapRazorComponents<App>()
.AddAdditionalAssemblies(typeof(Enciphered.Blazor.UIComponents.SidebarProvider).Assembly);
app.MapFormValidation<ContactFormValidator, ContactFormModel>("/api/forms/contact",
app.MapFormValidation<ContactFormValidator, ContactFormModel>("/api/contact",
onSuccess: async model =>
{
Console.WriteLine("── Form Submitted ──");