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