Skip to main content

httpd/server

Api Code Documentation / Exports / httpd/server

Table of contents#

Functions#

Functions#

createBasicApp#

â–¸ createBasicApp(jwtSecret, urlPrefix, apiPort, swaggerBasePath, accessControlAllowOrigin): FastifyInstance<Server, IncomingMessage, ServerResponse, FastifyLoggerInstance>

Parameters#

NameType
jwtSecretstring
urlPrefixstring
apiPortnumber
swaggerBasePathstring
accessControlAllowOriginstring

Returns#

FastifyInstance<Server, IncomingMessage, ServerResponse, FastifyLoggerInstance>

Defined in#

src/httpd/server.ts:108