Skip to content

Commit 337ad9a

Browse files
committed
feat(): fixes
1 parent f4efd7b commit 337ad9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

netlify/functions/app/app.mjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ export default function expressApp() {
1313
"http://localhost:3000",
1414
"http://localhost:4200",
1515
"http://localhost:8000",
16-
"https://www.herodevs.com/",
17-
"https://herodevs.com/",
18-
"https://hero-devs-24601.webflow.io/",
16+
"https://www.herodevs.com",
17+
"https://herodevs.com",
18+
"https://hero-devs-24601.webflow.io",
1919
];
2020

2121
// check origin

0 commit comments

Comments
 (0)