fix bug reset thiet bi

This commit is contained in:
dongpd 2021-03-03 14:08:46 +07:00
parent e45e08f372
commit aaa6de6f9c

View File

@ -338,8 +338,8 @@ class ConfigController extends Controller {
array_map('unlink', glob("/var/www/html/BiFace_Server_Lite/web/data/uploads/face/*.*"));
try {
file_get_contents("http://localhost:2305/update-feature");
} catch (Exception $exc) {
echo $exc->getTraceAsString();
} catch (\Exception $exc) {
}
}
return Url::to(['/config']);