-
Notifications
You must be signed in to change notification settings - Fork 146
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
User and Stack Routes Structured #129
Conversation
Fetching Changes from Main Repo
User and Stack Routes Structured
@tharindupr Please have a look at the PR |
Fix this warning in the PR as well WARNING: |
stackle_api/app/models/stack.js
Outdated
const validator = new Validator(request.body); | ||
const input = validator.validateCreateStack(); | ||
console.log('Input : ', input); |
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.
remove the console log
Not related to this issue but in the API endpoint |
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.
Good job @shivamarora96 Check the comments I have added and once they are fixed we can go ahead with the merge.
Sure @psnmissaka |
1. Add option to db.connect if mongoose version is less than 5 2. Post create validation improved 3. un-necessary Console.log removed
@psnmissaka @tharindupr changes made, kindly review it. #106 |
No description provided.