Skip to content

Commit

Permalink
Merge branch 'release/v2.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
enfoqueNativo committed Sep 23, 2020
2 parents 1770bb1 + a198c60 commit e4c53e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# CHANGELOG
## v 2.0.6 23/09/2020
* Agrega el parametro `schemes` a la generacion de la documentacion

## v 2.0.5 16/06/2020
* Agrega la posibilidad de setear parametros del request para operar detras de un proxy
* Fix en el template del recurso_info
Expand Down
1 change: 1 addition & 0 deletions src/SIUToba/rest/docs/controlador_docs.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ protected function getResourceList()
$list['info'] = array('title' => $this->settings['titulo'], 'version' => $this->settings['version']);
$list['basePath'] = $this->api_url;
$list['produces'] = array("application/json");
$list['schemes'] = array(rest::request()->get_esquema());
$list = $this->add_extension_logo($list);

$this->list['paths'] = array();
Expand Down

0 comments on commit e4c53e7

Please sign in to comment.