notification_mark_read
Api Code Documentation / Exports / notification_mark_read
#
Table of contents#
Functions#
Functions#
addHttpHandlerâ–¸ addHttpHandler(server
, urlPrefix
, service
): void
Creates an http handler that handles incoming http requests for the /notification.markRead
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