Skip to content

Commit

Permalink
refactor: fixup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Jul 28, 2022
1 parent 7f3061e commit 3b22a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lambda-tiler/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ handler.router.hook('response', (req, res) => {
cacheB: CoSources.cache.cacheB.size,
});

// FunctionURLs automatically inject CORS responses for us
// Force access-control-allow-origin to everything
res.header('access-control-allow-origin', '*');
});

Expand Down

0 comments on commit 3b22a09

Please sign in to comment.