Merge "Fix for removing resource wrapper for POST resource"

This commit is contained in:
Jenkins 2014-03-17 18:39:44 +00:00 committed by Gerrit Code Review
commit 101743389f
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class ResourceController(RestController):
return resource
@wsexpose(Resource, Resource)
@wsexpose(Resource, body=Resource)
def post(self, resource):
self._controller.set_resource(resource_definition=resource)