Commit 74b2bbe8b48c572253f35d558c754e404bf548e6

Authored by Alex Savenko
1 parent 4179f183

create response

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/library/App/Controllers/GaController.php
... ... @@ -61,6 +61,7 @@ class GaController extends CrudResourceController {
61 61 $response = $analytics->reports->batchGet( $body );
62 62 }
63 63  
  64 + return json_encode($response);
64 65  
65 66 return $this->createResourceResponse($response);
66 67  
... ...