diff --git a/OpenAuth.WebApi/Controllers/DynamicApiController.cs b/OpenAuth.WebApi/Controllers/DynamicApiController.cs index 5dd3b156..c0fcbe81 100644 --- a/OpenAuth.WebApi/Controllers/DynamicApiController.cs +++ b/OpenAuth.WebApi/Controllers/DynamicApiController.cs @@ -160,7 +160,7 @@ namespace OpenAuth.WebApi.Controllers var result = new Response(); try { - result.Data = _app.Invoke(req); + result.Result = _app.Invoke(req); } catch (Exception ex) {