first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { rest } from 'msw'
|
||||
import { db } from '@db/pages/datatable/db'
|
||||
|
||||
export const handlerPagesDatatable = [
|
||||
rest.get(('/api/pages/datatable'), (req, res, ctx) => {
|
||||
return res(ctx.status(200), ctx.json(db.salesDetails))
|
||||
}),
|
||||
]
|
Reference in New Issue
Block a user