mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced 2023-08-02 14:16:22 +02:00
Fixed shortener not redirecting properly
This commit is contained in:
parent
77805b0386
commit
b62e2f1922
@ -849,8 +849,19 @@
|
||||
},
|
||||
{
|
||||
"Name": "Shortener.View",
|
||||
"HostTypes": [ "Short", "Full" ],
|
||||
"SubDomains": [ "", "shortened" ],
|
||||
"HostTypes": [ "Full" ],
|
||||
"SubDomains": [ "shortened" ],
|
||||
"Pattern": "{url}",
|
||||
"Area": "Shortener",
|
||||
"Defaults": {
|
||||
"controller": "Shortener",
|
||||
"action": "RedirectToUrl"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name": "Shortener.View",
|
||||
"HostTypes": [ "Short" ],
|
||||
"SubDomains": [],
|
||||
"Pattern": "{url}",
|
||||
"Area": "Shortener",
|
||||
"Defaults": {
|
||||
@ -861,7 +872,7 @@
|
||||
{
|
||||
"Name": "Shortener.Verify",
|
||||
"HostTypes": [ "Short" ],
|
||||
"SubDomains": [ "" ],
|
||||
"SubDomains": [],
|
||||
"Pattern": "",
|
||||
"Area": "Shortener",
|
||||
"Defaults": {
|
||||
|
Loading…
Reference in New Issue
Block a user