mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
rename regex field to request, increase db field size to 1024 bytes
This commit is contained in:
parent
4c305f967f
commit
1302a89c44
4 changed files with 8 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
pub struct Rule {
|
||||
pub is_enabled: bool,
|
||||
pub regex: String,
|
||||
pub request: String,
|
||||
pub url: String,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue