예제 #1
0
파일: App.php 프로젝트: hiroyalty/empowered
 static function test()
 {
     $res = array('Status' => 'Okay');
     Reply::setJSONResponse($res);
 }