I define a decorator into the modules folder and try get request.args.
How to do correct import of request and use it in my decorator?

I try something like this:
env = globals()
args = env.request.args

Reply via email to