From 4e3daa7320d492a872bb16bc4ed1bd4f57838733 Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Mon, 23 Jan 2023 21:27:18 -0500 Subject: [PATCH] Fix search not working --- WebCms/Views/Results/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebCms/Views/Results/Index.cshtml b/WebCms/Views/Results/Index.cshtml index 12d59ee..9a56aab 100644 --- a/WebCms/Views/Results/Index.cshtml +++ b/WebCms/Views/Results/Index.cshtml @@ -15,7 +15,7 @@ new ViewDataDictionary{ {"actionName", "Search"}, {"controllerName", "Results"}, - {"htmlFormAction", "/leaf-data/search/"}}) + {"htmlFormAction", "/services/search/"}})