Make json the default format
This commit is contained in:
parent
d282fda305
commit
e19613fd32
@ -68,8 +68,8 @@ def wsexpose(*args, **kwargs):
|
||||
result=result
|
||||
)
|
||||
|
||||
pecan_json_decorate(callfunction)
|
||||
pecan_xml_decorate(callfunction)
|
||||
pecan_json_decorate(callfunction)
|
||||
pecan.util._cfg(callfunction)['argspec'] = inspect.getargspec(f)
|
||||
return callfunction
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user