chore: fix typo
This commit is contained in:
parent
85e79537c8
commit
7efd506cee
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ def add_portal_redirect():
|
|||
{
|
||||
"source": item.route,
|
||||
"target": f"/portal{item.route}",
|
||||
"formward_query_parameters": True,
|
||||
"forward_query_parameters": True,
|
||||
}
|
||||
)
|
||||
return redirects
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue