aboutsummaryrefslogtreecommitdiff
path: root/conf/clog.conf
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2024-01-04 16:27:22 -0600
committerMichael McVady <femtonaut@gmail.com>2024-01-04 16:27:22 -0600
commitf285a28969b10000283c6e2f401479f05cf3fd75 (patch)
tree055afe02cfb926040bcc9204c49a195cc33a62f6 /conf/clog.conf
parente26f824bc5a9de1772599c67ac02f631b720d377 (diff)
Delete JSON API
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 {