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
>
#
ParametersName | Type |
---|---|
jwtSecret | string |
urlPrefix | string |
apiPort | number |
swaggerBasePath | string |
accessControlAllowOrigin | string |
#
ReturnsFastifyInstance
<Server
, IncomingMessage
, ServerResponse
, FastifyLoggerInstance
>