aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/clog.conf4
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