Updated to be string[]
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Vendored
+1
-1
@@ -194,6 +194,6 @@ export interface Config {
|
||||
/**
|
||||
* Additional app origins to allow for authenticating
|
||||
*/
|
||||
experimentalExtraAllowedOrigins?: string;
|
||||
experimentalExtraAllowedOrigins?: string[];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user