chore: redirect deprated route to new than (#1267)
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
parent
488e8effc6
commit
2fd5941a1d
|
|
@ -39,6 +39,11 @@
|
|||
"source": "/list/:id",
|
||||
"destination": "/share/lists/:id",
|
||||
"permanent": true
|
||||
},
|
||||
{
|
||||
"source": "/profile/:path*",
|
||||
"destination": "/share/users/:path*",
|
||||
"permanent": true
|
||||
}
|
||||
],
|
||||
"headers": []
|
||||
|
|
|
|||
Loading…
Reference in New Issue