diff options
Diffstat (limited to '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 } |