rename regex field to request, increase db field size to 1024 bytes

This commit is contained in:
yggverse 2025-07-24 07:03:33 +03:00
parent 4c305f967f
commit 1302a89c44
4 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
pub struct Rule {
pub is_enabled: bool,
pub regex: String,
pub request: String,
pub url: String,
}