This commit is contained in:
Hillel Coren 2018-06-17 11:45:16 +03:00
parent dd83391bea
commit 50e13378f0

View File

@ -100,7 +100,7 @@ class AccountApiController extends BaseAPIController
'accounts' => $data,
'static' => Utils::getStaticData(),
'version' => NINJA_VERSION,
]
];
}
return $this->response($data);