Crud internship
Compare changes
- Ivan Alglave authored
fix: PUT internships/studentId doesn't require a tracking body member anymore, and will correctly update. Changed save to make sure studentId is unique on insert. Custom error handling.
+ 41
− 26
@@ -28,7 +26,7 @@ export class InternshipDao {
@@ -28,7 +26,7 @@ export class InternshipDao {
@@ -37,29 +35,34 @@ export class InternshipDao {
@@ -37,29 +35,34 @@ export class InternshipDao {
@@ -73,9 +76,21 @@ export class InternshipDao {
@@ -73,9 +76,21 @@ export class InternshipDao {