-
Notifications
You must be signed in to change notification settings - Fork 10
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
added dr details page #46
base: master
Are you sure you want to change the base?
Conversation
@aashimgarg plz have a look at this and let me know where am I making a mistake. |
what are the errors you are getting. Add a screencast too |
} | ||
}) | ||
.catch((err) => { | ||
console.log("error"); |
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.
replace the static error text with the err. so that it helps to debug us the error properly
method: "post", | ||
headers: { | ||
"Content-Type": "application/json", | ||
Authorization: "Bearer " + localStorage.getItem("jwt"), |
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.
correct the minor typo mistake too. add the inverted commas around Authorization
@aashimgarg After doing the above changes , I am getting this, |
@shrushti2000 no need to push node-modules |
No description provided.