complete all 4 pages with their table and make a adapter for datatable
This commit is contained in:
7
src/app/api/fake-data/route.js
Normal file
7
src/app/api/fake-data/route.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const data = [
|
||||
// put your fake data here
|
||||
];
|
||||
|
||||
export async function GET() {
|
||||
return Response.json({ data });
|
||||
}
|
||||
Reference in New Issue
Block a user