We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14049b7 commit eb5323fCopy full SHA for eb5323f
pages/[birthdate].js
@@ -16,7 +16,7 @@ const Birthdate = () => {
16
await Promise.all(
17
['anime', 'manga'].map(type =>
18
fetch(
19
- `https://api.jikan.moe/v3/search/${type}?start_date=${y}-${m}-${d}&sort=asc&order_by=start_date`
+ `https://api.jikan.moe/v4/search/${type}?start_date=${y}-${m}-${d}&sort=asc&order_by=start_date`
20
)
21
.then(resp => resp.json())
22
.then(res => res.results)
0 commit comments