diff options
author | Michael McVady <femtonaut@gmail.com> | 2022-03-07 22:09:01 -0500 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2022-03-07 22:13:09 -0500 |
commit | 27384b1735cc558614ccfc3b9cac89bcd5869b4d (patch) | |
tree | 2301703e338240166401833837e39f5316edb496 /conf/clog.conf | |
parent | 3123f09ce08d3824671ca218bef66c28748bda07 (diff) |
Use UUIDs ...
Diffstat (limited to 'conf/clog.conf')
-rw-r--r-- | conf/clog.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/clog.conf b/conf/clog.conf index 8a6cf81..2415e5b 100644 --- a/conf/clog.conf +++ b/conf/clog.conf @@ -27,7 +27,7 @@ domain * { filemap /static/ assets/static route / posts - route ^/posts/[a-z1-9\-]+$ post + route ^/posts/[a-z0-9\-]+$ post route /posts posts } |