add anime category and fix miss types

This commit is contained in:
Kiera Affarantia 2024-03-08 16:01:04 +07:00
parent 33b9c31abf
commit 40bc222263
2 changed files with 35 additions and 1 deletions
pages/rest-api

@ -0,0 +1,34 @@
{
"9anime": {
"title": "9Anime",
"theme": { "collapsed": true }
},
"animefox": {
"title": "AnimeFox",
"theme": { "collapsed": true }
},
"animepahe": {
"title": "Animepahe",
"theme": { "collapsed": true }
},
"bilibili": {
"title": "BiliBili",
"theme": { "collapsed": true }
},
"crunchyroll": {
"title": "Crunchyroll",
"theme": { "collapsed": true }
},
"enime": {
"title": "Enime",
"theme": { "collapsed": true }
},
"gogoanime": {
"title": "GogoAnime",
"theme": { "collapsed": true }
},
"zoro": {
"title": "Zoro",
"theme": { "collapsed": true }
}
}

@ -1,6 +1,6 @@
# Get Started
The base URL for the Consumet REST API is: [`https://api.nganime.my.id`](https://api.nganime.my.id)
The base URL for the Nganime REST API is: [`https://api.nganime.my.id`](https://api.nganime.my.id)
## Notes