feat(api): adding studio resource allowed paths (#12)

This commit is contained in:
paranarimasu
2021-11-28 00:39:55 -06:00
committed by GitHub
parent 977f99be84
commit cac30e7f85
4 changed files with 1438 additions and 1410 deletions
+1
View File
@@ -27,6 +27,7 @@ For example, the Bakemonogatari anime has MyAnimeList, AniList and AniDB resourc
* anime
* artists
* studios
### Endpoints
+1
View File
@@ -24,6 +24,7 @@ For example, Shaft is the studio that produced the anime Bakemonogatari.
### Allowed Include Paths
* anime
* resources
### Endpoints
+1435 -1409
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -17,7 +17,7 @@
"vuepress": "^1.5.3"
},
"dependencies": {
"dotenv": "^8.6.0",
"dotenv": "^10.0",
"vuepress-theme-api": "^1.0.1"
}
}