1 parent c50dc45 commit 6bdcd1fCopy full SHA for 6bdcd1f
1 file changed
Readme.md
@@ -55,7 +55,7 @@ The folder structure of this app is explained below:
55
| **dist** | Contains the distributable (or output) from your TypeScript build. |
56
| **node_modules** | Contains all npm dependencies |
57
| **src** | Contains source code that will be compiled to the dist dir |
58
-| **src/config** | Application configuration including environment-specific configs
+| **configuration** | Application configuration including environment-specific configs
59
| **src/controllers** | Controllers define functions to serve various express routes.
60
| **src/lib** | Common libraries to be used across your app.
61
| **src/middlewares** | Express middlewares which process the incoming requests before handling them down to the routes
0 commit comments