Skip to content

Commit 4b022ff

Browse files
docs(event_handler): remove the wrong CORS warning (#7385)
remove cors warning
1 parent 65470d1 commit 4b022ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/event_handler/api_gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ You can enable debug mode via `debug` param, or via `POWERTOOLS_DEV` [environmen
11441144
This will enable full tracebacks errors in the response, print request and responses, and set CORS in development mode.
11451145

11461146
???+ danger
1147-
This might reveal sensitive information in your logs and relax CORS restrictions, use it sparingly.
1147+
This might reveal sensitive information in your logs, use it sparingly.
11481148

11491149
It's best to use for local development only!
11501150

0 commit comments

Comments
 (0)