Fix the way the TG adapter calls wsme.rest.args.get_args
This commit is contained in:
parent
0fa0177eef
commit
59a3123cde
@ -49,7 +49,7 @@ def wsexpose(*args, **kwargs):
|
|||||||
def callfunction(self, *args, **kwargs):
|
def callfunction(self, *args, **kwargs):
|
||||||
args, kwargs = wsme.rest.args.get_args(
|
args, kwargs = wsme.rest.args.get_args(
|
||||||
funcdef, args, kwargs,
|
funcdef, args, kwargs,
|
||||||
cherrypy.request.params,
|
cherrypy.request.params, None,
|
||||||
cherrypy.request.body,
|
cherrypy.request.body,
|
||||||
cherrypy.request.headers['Content-Type']
|
cherrypy.request.headers['Content-Type']
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user