mirror of
https://github.com/ivabus/urouter
synced 2024-11-10 02:25:22 +03:00
27 lines
385 B
JSON
27 lines
385 B
JSON
[
|
|
{
|
|
"uri":"/",
|
|
"alias": {
|
|
"url": "https://ivabus.dev"
|
|
}
|
|
},
|
|
{
|
|
"uri":"/",
|
|
"alias": {
|
|
"file": "src/main.rs"
|
|
},
|
|
"agent": {
|
|
"regex": "^curl/[0-9].[0-9].[0-9]$"
|
|
}
|
|
},
|
|
{
|
|
"uri":"text",
|
|
"alias": {
|
|
"text": "sometext"
|
|
},
|
|
"agent": {
|
|
"regex": "^curl/[0-9].[0-9].[0-9]$",
|
|
"only_matching": true
|
|
}
|
|
}
|
|
] |