diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-20 13:36:23 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-20 13:36:23 +0530 |
| commit | 198ae58dbc79ef572143520e82ca665e7fece5b2 (patch) | |
| tree | 9a14f842f34b4a422b041a65e1f451c10a1adc44 /CONTRIBUTING.md | |
| parent | b0ad6933500b6689ca46e4457764011ca1331fda (diff) | |
| download | aniwatch-api-198ae58dbc79ef572143520e82ca665e7fece5b2.tar.xz aniwatch-api-198ae58dbc79ef572143520e82ca665e7fece5b2.zip | |
docs(contributing): updated project structure
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 210438f..050f15a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,6 +75,8 @@ git checkout -b <new-branch-name> - `parsers` directory contains all the parsing aka scraping logic - `routes` directory contains all the routers - `utils` directory contains handy utility methods and properties + - `config` directory contains api configuration related files + - `extractors` directory contains anime streaming url extractor files <br/><br/> - `test` directory contains all the tests that needs to be evaluated |
