From e4ca47cc71bb64d724db3479406d381edc9661bc Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Thu, 5 Jan 2023 13:24:00 -0600 Subject: Add toy endpoint to insert data into sql --- conf/clog.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf/clog.conf') 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 } -- cgit v1.2.3