Skip to content

Commit

Permalink
Update repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 27, 2024
1 parent db715e7 commit 1cedccf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@
│ │ ├── config.js
│ │ └── db.js
│ ├── controllers
│ │ ├── ContactController.js
│ │ └── authController.js
│ ├── index.js
│ ├── models
│ │ ├── ContactUs.js
│ │ └── User.js
│ ├── package-lock.json
│ ├── package.json
│ ├── routes
│ │ ├── ContactRoutes.js
│ │ └── authRoutes.js
│ └── utils
│ └── authUtils.js
Expand Down
3 changes: 3 additions & 0 deletions project_structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@
│ │ ├── config.js
│ │ └── db.js
│ ├── controllers
│ │ ├── ContactController.js
│ │ └── authController.js
│ ├── index.js
│ ├── models
│ │ ├── ContactUs.js
│ │ └── User.js
│ ├── package-lock.json
│ ├── package.json
│ ├── routes
│ │ ├── ContactRoutes.js
│ │ └── authRoutes.js
│ └── utils
│ └── authUtils.js
Expand Down

0 comments on commit 1cedccf

Please sign in to comment.