diff --git a/src/routes/usersRoute.js b/src/routes/usersRoute.js index 255fe318..12f96e68 100644 --- a/src/routes/usersRoute.js +++ b/src/routes/usersRoute.js @@ -98,6 +98,7 @@ module.exports = function (fastify, opts, next) { phone: { type: "string" }, firstName: { type: "string" }, lastName: { type: "string" }, + address1: { type: "string" }, address2: { type: "string" }, city: { type: "string" }, @@ -345,6 +346,8 @@ module.exports = function (fastify, opts, next) { phone: { type: "string" }, firstName: { type: "string" }, lastName: { type: "string" }, + username: { type: "string" }, + email: { type: "string" }, address1: { type: "string" }, address2: { type: "string" }, city: { type: "string" },