From 3d3f5d598988ab01f0f45f4b3690cc19a2b849b6 Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Wed, 30 Mar 2022 09:51:19 -0500 Subject: Update routing for kore-4.2.x --- conf/clog.conf | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'conf/clog.conf') diff --git a/conf/clog.conf b/conf/clog.conf index a45a039..82c3df7 100644 --- a/conf/clog.conf +++ b/conf/clog.conf @@ -17,7 +17,15 @@ domain * { filemap /static/ assets/static - route / posts - route /posts posts - route ^/posts/[a-z0-9\-]+$ post + route / { + handler posts + } + + route /posts { + handler posts + } + + route ^/posts/[a-z0-9\-]+$ { + handler post + } } -- cgit v1.2.3