diff options
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/clog.conf | 14 | 
1 files changed, 2 insertions, 12 deletions
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  | 
