This commit is contained in:
2024-03-29 14:32:56 +07:00
commit acc048af5b
14 changed files with 2669 additions and 0 deletions

6
db/image.js Normal file
View File

@ -0,0 +1,6 @@
import { faker } from "@faker-js/faker";
export default {
status: 200,
data: faker.image.urlPicsumPhotos(),
};