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 2f2ae38 commit 7dc72b4Copy full SHA for 7dc72b4
functions/src/app.ts
@@ -15,7 +15,7 @@ const app: Application = express();
15
const config = functions.config();
16
const env = config.ecosystem.env;
17
18
-const whitelist = ["https://portfolio-panel.octalogic.in/"];
+const whitelist = ["https://portfolio-panel.octalogic.in"];
19
const corsOptions = {
20
origin: (origin: string, callback: (arg0: Error, arg1: boolean) => void) => {
21
if (whitelist.includes(origin)) {
0 commit comments