aboutsummaryrefslogtreecommitdiff
path: root/conf/clog.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/clog.conf')
-rw-r--r--conf/clog.conf18
1 files changed, 4 insertions, 14 deletions
diff --git a/conf/clog.conf b/conf/clog.conf
index fdec6ff..a36dffc 100644
--- a/conf/clog.conf
+++ b/conf/clog.conf
@@ -35,25 +35,15 @@ domain * {
methods get
}
- route /entries {
- handler post_entry
- methods post
- }
-
route ^/entries/[a-z0-9\-]+$ {
handler get_entry
methods get
}
- route ^/entries/[a-z0-9\-]+$ {
- handler put_entry
- methods put
- }
-
- route ^/entries/[a-z0-9\-]+$ {
- handler delete_entry
- methods delete
- }
+ # route ^/entries/[a-z0-9\-]+/edit$ {
+ # handler edit_entry
+ # methods get
+ # }
# toy endpoint
route /form {