user_enable
Api Code Documentation / Exports / user_enable
#
Table of contents#
Functions#
Functions#
addHttpHandlerâ–¸ addHttpHandler(server
, urlPrefix
, service
): void
Creates an http handler that handles incoming http requests for the /global.enableUser
route
#
ParametersName | Type | Description |
---|---|---|
server | AugmentedFastifyInstance | the current fastify server instance |
urlPrefix | string | the prefix of the http url |
service | Service | the service {@link Service} object used to offer an interface to the domain logic |
#
Returnsvoid