diff options
author | Michael McVady <femtonaut@gmail.com> | 2023-01-05 13:24:00 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2023-01-05 13:24:00 -0600 |
commit | e4ca47cc71bb64d724db3479406d381edc9661bc (patch) | |
tree | ee16e0ce93bd5960c004adc8ee5a21c601a3f2ae /conf | |
parent | bd5a43e25909e43c6bc313cbfa2c5e4b9d1ebc70 (diff) |
Add toy endpoint to insert data into sql
Diffstat (limited to 'conf')
-rw-r--r-- | conf/clog.conf | 4 |
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 } |