Skip to content

Commit

Permalink
Merge pull request #55 from PrasuHirapara/main
Browse files Browse the repository at this point in the history
enhancement: if user is doctor add upload file section
  • Loading branch information
yazdanhaider authored Oct 17, 2024
2 parents fe6a104 + be7e7cc commit 5f0a518
Show file tree
Hide file tree
Showing 5 changed files with 262 additions and 205 deletions.
2 changes: 1 addition & 1 deletion Backend/api/models/Patient.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ const patientSchema = mongoose.Schema({
},
}, { timestamps: true });

export const Patient = mongoose.model('Patient', patientSchema);
export const Patient = mongoose.model('Patient', patientSchema);
1 change: 1 addition & 0 deletions Frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5f0a518

Please sign in to comment.