Skip to content

Commit

Permalink
Update handle-cors-in-serverless-apis.md (#762)
Browse files Browse the repository at this point in the history
Updating file path to match path set up in previous chapters.
  • Loading branch information
smokeyblues committed Jul 26, 2024
1 parent d7b3419 commit df5077a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _chapters/handle-cors-in-serverless-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ We'll go with the default setting for now.

Next, we need to add the CORS headers in our Lambda function response.

{%change%} Replace the `return` statement in our `packages/core/src/handler.ts`.
{%change%} Replace the `return` statement in our `packages/core/src/util/index.ts`.

```ts
return {
Expand Down

0 comments on commit df5077a

Please sign in to comment.