diff options
author | Michael McVady <femtonaut@gmail.com> | 2024-01-02 20:44:24 -0600 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2024-01-02 20:44:24 -0600 |
commit | 29e921557ec6d275b41cc5e8b729037aa84768b9 (patch) | |
tree | 4c6866e3acd44afe0540eb9fff9ef958b562eae9 /conf/clog.conf | |
parent | 72960ddc9cc7844f1dc3419ead0842df61213ba8 (diff) |
Keep hacking
Diffstat (limited to 'conf/clog.conf')
-rw-r--r-- | conf/clog.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/clog.conf b/conf/clog.conf index c45e48d..fdec6ff 100644 --- a/conf/clog.conf +++ b/conf/clog.conf @@ -18,7 +18,6 @@ privsep worker { seccomp_tracing no validator v_uuid regex ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ -validator v_number regex ^[0-9]*$ validator v_text function v_example_func domain * { @@ -67,7 +66,7 @@ domain * { methods post validate post id v_uuid - validate post title v_number + validate post title v_text validate post body v_text } |