Skip to main content

project_permission_grant

Api Code Documentation / Exports / project_permission_grant

Table of contents

Functions

Functions

addHttpHandler

addHttpHandler(server, urlPrefix, service): void

Creates an http handler that handles incoming http requests for the /project.intent.grantPermission 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

Returns

void

Defined in

src/project_permission_grant.ts:128