update
This commit is contained in:
@ -330,22 +330,18 @@ export class PharmacyInfoController {
|
||||
.label('Address'),
|
||||
|
||||
province: Joi.string()
|
||||
.uuid()
|
||||
.allow("", null)
|
||||
.label('Province'),
|
||||
|
||||
city: Joi.string()
|
||||
.uuid()
|
||||
.allow("", null)
|
||||
.label('City'),
|
||||
|
||||
subdistrict: Joi.string()
|
||||
.uuid()
|
||||
.allow("", null)
|
||||
.label('Subdistrict'),
|
||||
|
||||
ward: Joi.string()
|
||||
.uuid()
|
||||
.allow("", null)
|
||||
.label('Ward'),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user