There was an error while loading. Please reload this page.
1 parent b58f700 commit f6f462eCopy full SHA for f6f462e
1 file changed
functions/src/index.ts
@@ -15,7 +15,7 @@ import * as express from "express";
15
// https://firebase.google.com/docs/functions/typescript
16
17
export const helloWorld = onRequest(
18
- {cors: [/^https:\/\/things-to-complete\.web\.app\/.*/]},
+ {cors: true},
19
(request: express.Request, response: express.Response) => {
20
logger.info("Hello logs!", {structuredData: true});
21
response
0 commit comments