Skip to content

Commit

Permalink
Enclose the URL in single quotes for application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Aug 3, 2023
1 parent 60cb171 commit f6adf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-forge-web-netty/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ micronaut:
web:
allowed-origins:
- https://grails.github.io
- ${CORS_ALLOWED_ORIGIN:https://start.grails.org}
- ${CORS_ALLOWED_ORIGIN:'https://start.grails.org'}
allowedMethods:
- GET
http:
Expand Down

0 comments on commit f6adf2d

Please sign in to comment.