-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR Test 1 #1
base: main
Are you sure you want to change the base?
PR Test 1 #1
Conversation
General comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is close to perfect! Please address the suggested inline change.
@@ -4,7 +4,7 @@ | |||
|
|||
// mongoose setup | |||
require('./mongoose-db'); | |||
require('./typeorm-db') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add more information here, and fix this typo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is close to perfect! Please address the suggested inline change.
@@ -4,7 +4,7 @@ | |||
|
|||
// mongoose setup | |||
require('./mongoose-db'); | |||
require('./typeorm-db') | |||
require('./typeorm-db'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add more information here, and fix this typo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is close to perfect! Please address the suggested inline change.
app.use(bodyParser.urlencoded({ extended: false })); | ||
app.use(fileUpload()); | ||
|
||
console.log('test'); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add more information here, and fix this typo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great stuff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great stuff
@@ -4,7 +4,7 @@ | |||
|
|||
// mongoose setup | |||
require('./mongoose-db'); | |||
require('./typeorm-db') | |||
require('./typeorm-db'); | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add more information here, and fix this typo.
@@ -4,7 +4,7 @@ | |||
|
|||
// mongoose setup | |||
require('./mongoose-db'); | |||
require('./typeorm-db') | |||
require('./typeorm-db'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
require('./typeorm-db'); | |
hello world |
No description provided.