From 48ccb9949c85c7a9c9b896c3e50d66aefeaca701 Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Sat, 13 Jan 2024 15:26:49 -0600 Subject: Fold search into index --- conf/clog.conf | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'conf') diff --git a/conf/clog.conf b/conf/clog.conf index cf870b1..7ddcfd6 100644 --- a/conf/clog.conf +++ b/conf/clog.conf @@ -28,22 +28,12 @@ domain * { route / { handler get_index methods get - } - - route /entries { - handler get_index - methods get - } - - route ^/search$ { - handler search_entries - methods get validate qs:get query v_text } - route ^/entries/search$ { - handler search_entries + route /entries { + handler get_index methods get validate qs:get query v_text -- cgit v1.2.3