aboutsummaryrefslogtreecommitdiff
path: root/conf/clog.conf
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2023-01-05 13:24:00 -0600
committerMichael McVady <femtonaut@gmail.com>2023-01-05 13:24:00 -0600
commite4ca47cc71bb64d724db3479406d381edc9661bc (patch)
treeee16e0ce93bd5960c004adc8ee5a21c601a3f2ae /conf/clog.conf
parentbd5a43e25909e43c6bc313cbfa2c5e4b9d1ebc70 (diff)
Add toy endpoint to insert data into sql
Diffstat (limited to 'conf/clog.conf')
-rw-r--r--conf/clog.conf4
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
}