forked from orbit-oss/flask
add redirect method to app
This commit is contained in:
parent
bd56d19b16
commit
fdab801fbb
5 changed files with 55 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
from markupsafe import escape
|
||||
from markupsafe import Markup
|
||||
from werkzeug.exceptions import abort as abort
|
||||
from werkzeug.utils import redirect as redirect
|
||||
|
||||
from . import json as json
|
||||
from .app import Flask as Flask
|
||||
|
|
@ -23,6 +22,7 @@ from .helpers import flash as flash
|
|||
from .helpers import get_flashed_messages as get_flashed_messages
|
||||
from .helpers import get_template_attribute as get_template_attribute
|
||||
from .helpers import make_response as make_response
|
||||
from .helpers import redirect as redirect
|
||||
from .helpers import send_file as send_file
|
||||
from .helpers import send_from_directory as send_from_directory
|
||||
from .helpers import stream_with_context as stream_with_context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue