Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/http-reference.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Smet <[email protected]>
  • Loading branch information
sberyozkin and gsmet authored Feb 15, 2023
1 parent 76e2920 commit 5aaed6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/http-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ quarkus.http.cors.access-control-allow-credentials=true

=== Support all origins in devmode

Having to configure required origins when you only start developing a Quarkus application requiring CORS support can be difficult and in such cases you may want to enable all origins in devmode only in order to focus on the actual application development first:
Having to configure required origins when you start developing a Quarkus application requiring CORS support can be difficult and, in such cases, you may want to allow all origins in dev mode only in order to focus on the actual development first:

[source, properties]
----
Expand Down

0 comments on commit 5aaed6c

Please sign in to comment.