Example #1
0
 public function getIndex()
 {
     $data = Page::get();
     return $this->ResponseData($data);
 }