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 56a01cc commit 5aabe94Copy full SHA for 5aabe94
src/Options/index.js
@@ -62,7 +62,7 @@ export interface ParseServerOptions {
62
appName: ?string;
63
/* Add headers to Access-Control-Allow-Headers */
64
allowHeaders: ?(string[]);
65
- /* Sets the origin to Access-Control-Allow-Origin. Can be a string for a single origin or a comma separated string or array for multiple */
+ /* Sets origins for Access-Control-Allow-Origin. This can be a string for a single origin or an array of strings for multiple origins. */
66
allowOrigin: ?StringOrStringArray;
67
/* Adapter module for the analytics */
68
analyticsAdapter: ?Adapter<AnalyticsAdapter>;
0 commit comments