diff options
Diffstat (limited to 'conf/clog.conf')
-rw-r--r-- | conf/clog.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/clog.conf b/conf/clog.conf index 3476b52..c45e48d 100644 --- a/conf/clog.conf +++ b/conf/clog.conf @@ -57,12 +57,12 @@ domain * { } # toy endpoint - route ^/form { + route /form { handler get_entry_form methods get } - route ^/form { + route /form { handler post_entry_form methods post |