Fix the TG 1.x adapters, the resquest.params are now needed by the get_args function.
This commit is contained in:
parent
e68c9e99b6
commit
73afdb0a87
@ -49,6 +49,7 @@ def wsexpose(*args, **kwargs):
|
||||
def callfunction(self, *args, **kwargs):
|
||||
args, kwargs = wsme.rest.args.get_args(
|
||||
funcdef, args, kwargs,
|
||||
cherrypy.request.params,
|
||||
cherrypy.request.body,
|
||||
cherrypy.request.headers['Content-Type']
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user