We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d5965 commit ec5a78bCopy full SHA for ec5a78b
packages/convex-helpers/server/cors.ts
@@ -88,7 +88,7 @@ export type RouteSpecWithCors = RouteSpec & CorsConfig;
88
*/
89
export type CorsHttpRouter = {
90
http: HttpRouter
91
- route: (routeSpec: RouteSpecWithCors): void;
+ route: (routeSpec: RouteSpecWithCors) => void;
92
};
93
94
/**
0 commit comments