dong bo du lieu mau khuon mat len may chu

This commit is contained in:
2020-12-22 10:09:26 +07:00
parent df644d539d
commit bba20c9c17
5 changed files with 191 additions and 3 deletions

View File

@@ -183,4 +183,9 @@ class ApiController extends Controller {
return $str;
}
public function actionSync() {
Yii::$app->response->format = "json";
return ["status" => true];
}
}