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 913bfea commit 0e50eaaCopy full SHA for 0e50eaa
src/cli/index.ts
@@ -34,7 +34,7 @@ async function start() {
34
process.env.OWA_CLI = "true"
35
spinner.start("Launching EASY API")
36
setUpExpressApp();
37
- if(cliConfig.cors) await enableCORSRequests();
+ if(cliConfig.cors) await enableCORSRequests(cliConfig);
38
try {
39
const { status, data } = await axios.post(`http://localhost:${PORT}/getConnectionState`);
40
if (status === 200 && data.response === "CONNECTED") {
0 commit comments