Add redirect

This commit is contained in:
0880
2026-01-20 19:15:57 +03:30
parent bd4a4bd6ac
commit 5eaa5527b6
2 changed files with 17 additions and 1 deletions

View File

@@ -1,4 +1,13 @@
from .slow import JSONAPI, App, Headers, HTTPResponse, JSONResponse, Request, render
from .slow import (
JSONAPI,
App,
Headers,
HTTPResponse,
JSONResponse,
Request,
redirect,
render,
)
__all__ = [
"JSONAPI",
@@ -8,4 +17,5 @@ __all__ = [
"render",
"Request",
"Headers",
"redirect",
]