Skip to main content

global_permissions_grant_all

Api Code Documentation / Exports / global_permissions_grant_all

Table of contents

Functions

Functions

addHttpHandler

addHttpHandler(server, urlPrefix, service): void

Creates an http handler that handles incoming http requests for the /global.grantAllPermissions 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/global_permissions_grant_all.ts:119