# feat:
- Count jumlah perstatus
- Get data review untuk admin
### no issue
This commit is contained in:
2023-11-10 17:51:08 +08:00
parent 65548de7c8
commit 6e7be766b9
10 changed files with 177 additions and 50 deletions

View File

@@ -38,7 +38,7 @@ export default function Login() {
})
.then((res) => res.json())
.then((val) => {
console.log(val);
// console.log(val);
if (val.success === true) {
router.push(RouterAdminDashboard.splash_admin);
} else {