refs #3971 Version check skipped
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2022-11-10 22:55:05 +01:00
parent 1b7de926d5
commit 5abed9a207
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (22.44.0) stable; urgency=low
hedera-web (22.44.1) stable; urgency=low
* Initial Release.

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "22.44.0",
"version": "22.44.1",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {

View File

@ -18,7 +18,7 @@ class JsonService extends RestService {
$this->init();
$this->startSession();
$this->checkVersion();
//$this->checkVersion();
$json = $this->loadMethod(__NAMESPACE__.'\JsonRequest');
$this->replyJson($json);