예제 #1
0
파일: toba_rest.php 프로젝트: emma5021/toba
 protected function rederigir_a_swagger()
 {
     $swagger_ui = toba_recurso::url_toba() . '/swagger/index.html';
     $proy = toba_rest::url_api_doc();
     header('Location: ' . $swagger_ui . '?url=' . $proy);
 }