New Login path

This commit is contained in:
CHIEFSOFT\ameye
2024-07-05 07:58:46 -04:00
parent 60ef644862
commit c018243cb6
3 changed files with 30 additions and 4 deletions
@@ -4,8 +4,6 @@ namespace App\Controllers;
class WrenchGeneralData extends BaseController
{
public function __construct()
{
@@ -19,7 +17,7 @@ class WrenchGeneralData extends BaseController
if ( empty($out) || !is_array($out)){
$ret = $this->wrenchboard->wrenchboard_api($in, $out);
$out['internal_return'] = $ret;
$this->saveCache($endpoint,$out,$timeLine=15000);
$this->saveCache($endpoint,$out,15000);
}
return $this->summaryReturnData($in,$out); //json_encode( $final_out );
}