sending the date of birth of user under the host getbyid api
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Legacy monolith config. For new deployments use serverless.*.yml files.
|
||||
service: minglarDev
|
||||
service: minglar
|
||||
|
||||
|
||||
useDotenv: true
|
||||
|
||||
@@ -518,6 +518,7 @@ export class HostService {
|
||||
select: {
|
||||
id: true,
|
||||
emailAddress: true,
|
||||
dateOfBirth: true,
|
||||
firstName: true,
|
||||
lastName: true,
|
||||
mobileNumber: true,
|
||||
|
||||
Reference in New Issue
Block a user