interface FastifyRouteConfig {
    method: HTTPMethods | HTTPMethods[];
    url: string;
}

Properties

Properties

url: string