diff --git a/project-structure.md b/project-structure.md index 35d20b67..1b3f41da 100644 --- a/project-structure.md +++ b/project-structure.md @@ -25,6 +25,7 @@ │ ├── controllers │ │ ├── ContactController.js │ │ ├── authController.js +│ │ ├── image.png │ │ └── ratingController.js │ ├── index.js │ ├── models diff --git a/project_structure.txt b/project_structure.txt index 7b553c1f..1542fb63 100644 --- a/project_structure.txt +++ b/project_structure.txt @@ -23,6 +23,7 @@ │ ├── controllers │ │ ├── ContactController.js │ │ ├── authController.js +│ │ ├── image.png │ │ └── ratingController.js │ ├── index.js │ ├── models