# fix
- authentication
- profile
- pencarian user
- forum
## No issue
This commit is contained in:
2024-05-20 10:55:13 +08:00
parent 66b9902d97
commit dbeb740d1f
58 changed files with 1374 additions and 386 deletions

View File

@@ -8,5 +8,5 @@ export async function GET(req: Request) {
skip: +page * 5 - 5,
});
return Response.json(res);
// return Response.json(res);
}