Skip to content

Commit d0e634f

Browse files
author
hirsch88
committed
Update inline documentation
1 parent 8ceab87 commit d0e634f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/app.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,12 @@
22
* EXPRESS TYPESCRIPT BOILERPLATE
33
* ----------------------------------------
44
*
5-
* Gery Hirscheld<@hirsch88>
6-
*
75
* This is a boilerplate for Node.js Application written in TypeScript.
86
* The basic layer of this app is express. For further information visit
97
* the 'README.md' file.
108
*
11-
* It is very important the '/core' module is loaded first, because this
12-
* module loads all essentials third-party-libs and our configs we need.
13-
*
14-
* To add express modules go to the 'app.ts' file. All the IOC registrations
15-
* are in the 'container.ts' file.
9+
* To add express modules go to the 'config/AppConfig.ts' file. All the IOC registrations
10+
* are in the 'config/IocConfig.ts' file.
1611
*/
1712

1813
import 'reflect-metadata';

0 commit comments

Comments
 (0)