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 48a5255 commit 172b183Copy full SHA for 172b183
1 file changed
apps/api/src/app/plugins/cors.ts
@@ -12,7 +12,6 @@ export default fp(async (fastify, opts) => {
12
13
// do not include CORS headers for requests from localhost
14
const origin = req.headers.origin;
15
- console.log('delegator', origin);
16
if (origin && /^http:\/\/localhost/.test(origin)) {
17
corsOptions.origin = true;
18
}
0 commit comments