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 3b89362 commit 7311816Copy full SHA for 7311816
packages/event-handler/src/rest/middleware/cors.ts
@@ -35,6 +35,7 @@ import {
35
* }));
36
* ```
37
*
38
+ * @param options - Configuration options for CORS
39
* @param options.origin - The origin to allow requests from
40
* @param options.allowMethods - The HTTP methods to allow
41
* @param options.allowHeaders - The headers to allow
0 commit comments