add register new URL by request option

This commit is contained in:
ghost 2023-11-25 14:38:02 +02:00
parent 57c137ac49
commit 4aadb7f642
2 changed files with 73 additions and 2 deletions

View file

@ -20,6 +20,19 @@
"pagination":
{
"limit":20
},
"search":
{
"index":
{
"request":
{
"url":{
"enabled":false,
"regex":"/.*/ui"
}
}
}
}
},
"cli":