mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-28 19:44:10 -06:00
21 lines
648 B
JSON
21 lines
648 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"baseUrlRedirect": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"description": "URL to redirect to when a user hits the domain's base URL"
|
|
},
|
|
"regular404Redirect": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"description": "URL to redirect to when a user hits a not found URL other than an invalid short URL"
|
|
},
|
|
"invalidShortUrlRedirect": {
|
|
"type": "string",
|
|
"nullable": true,
|
|
"description": "URL to redirect to when a user hits an invalid short URL"
|
|
}
|
|
}
|
|
}
|