reorder args for api stability
Co-authored-by: Masen Furer <m_github@0x26.net>
This commit is contained in:
parent
b8c4895e1a
commit
d3d7257b9c
@ -704,9 +704,9 @@ def server_side(name: str, sig: inspect.Signature, **kwargs) -> EventSpec:
|
|||||||
|
|
||||||
def redirect(
|
def redirect(
|
||||||
path: str | Var[str],
|
path: str | Var[str],
|
||||||
external: Optional[bool] = None,
|
|
||||||
is_external: Optional[bool] = None,
|
is_external: Optional[bool] = None,
|
||||||
replace: bool = False,
|
replace: bool = False,
|
||||||
|
external: Optional[bool] = None,
|
||||||
) -> EventSpec:
|
) -> EventSpec:
|
||||||
"""Redirect to a new path.
|
"""Redirect to a new path.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user