Skip to main content

routes

Admin Docs


Function: routes()

routes(fastify): Promise<void>

Defined in: src/routes/index.ts:13

This fastify plugin function contains all talawa api routes within it.

Parameters

fastify

FastifyInstance<IncomingMessage, ServerResponse>

Returns

Promise<void>

Example

import routes from "./routes/index";
fastify.register(routes, {});