Skip to main content

user_forgot_password

Api Code Documentation / Exports / user_forgot_password

Table of contents

Functions

Functions

addHttpHandler

addHttpHandler(server, urlPrefix, service, jwt): void

Creates an http handler that handles incoming http requests for the /v2/project.list route

Parameters

NameTypeDescription
serverAugmentedFastifyInstancethe current fastify server instance
urlPrefixstringthe prefix of the http url
serviceServicethe service Service object used to offer an interface to the domain logic
jwtJwtConfig-

Returns

void

Defined in

src/user_forgot_password.ts:81