diff options
Diffstat (limited to 'conf/clog.conf')
-rw-r--r-- | conf/clog.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/clog.conf b/conf/clog.conf index 1131930..20bc77e 100644 --- a/conf/clog.conf +++ b/conf/clog.conf @@ -42,6 +42,11 @@ domain * { methods get } + route ^/posts/[a-z0-9\-]+$ { + handler delete_posts_resource + methods delete + } + route ^/.*$ { handler redirect } |