feat(data): add 2 genres records (batch 1)
This commit is contained in:
parent
5517a5a554
commit
3fc8823266
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"name": "Action",
|
||||||
|
"slug": "action",
|
||||||
|
"description": "High-energy films with physical stunts",
|
||||||
|
"created": "2025-12-19T15:50:27.045Z",
|
||||||
|
"updated": "2025-12-19T15:50:27.045Z"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"name": "Comedy",
|
||||||
|
"slug": "comedy",
|
||||||
|
"description": "Humorous films designed to amuse",
|
||||||
|
"created": "2025-12-19T15:50:27.045Z",
|
||||||
|
"updated": "2025-12-19T15:50:27.045Z"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue