chore: fix typo

This commit is contained in:
sokumon 2025-12-15 20:02:45 +05:30
parent 85e79537c8
commit 7efd506cee

View file

@ -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