made changes in reset token

master
varun 3 years ago
parent ba48363af9
commit a79616bbbf

@ -253,9 +253,9 @@ fastify.post("/api/login", {
fastify.get("/api/reset_token/:customerId", { fastify.get("/api/reset_token/:customerId", {
schema: { schema: {
description: "This is for Reset Token 5400", description: "This is for Reset Token",
tags: ["Login"], tags: ["Login"],
summary: "This is for Reset Token 5400", summary: "This is for Reset Token",
params: { params: {
type: "object", type: "object",
properties: { properties: {

Loading…
Cancel
Save