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.
2 parents a9fc7b1 + 09fb1cf commit 2f2ae38Copy full SHA for 2f2ae38
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://admin-portfolio.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