diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/clog.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/clog.conf b/conf/clog.conf index 35440fe..a32d30b 100644 --- a/conf/clog.conf +++ b/conf/clog.conf @@ -34,6 +34,10 @@ domain * { handler post } + route /toy { + handler toy +} + route ^/.*$ { handler redirect } |