This commit is contained in:
dongpd 2021-08-26 17:11:23 +07:00
parent 14467d53b5
commit f41cb233c5

View File

@ -403,7 +403,7 @@ class ConfigController extends Controller {
if (!$checkConfig['status']) { if (!$checkConfig['status']) {
return ['status' => false, 'text' => '']; return ['status' => false, 'text' => ''];
} else { } else {
return ['status' => true, 'url' => Url::to(['cau-hinh-nhan-dien'])]; return ['status' => true, 'url' => Url::to(['cau-hinh-thiet-bi'])];
} }
} }
} }