Skip to content

Commit fe3349a

Browse files
committed
Make sure to expose CORS headers. Fixes #96
1 parent e7fc468 commit fe3349a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/main/resources/application.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,15 @@ micronaut:
1313
- classpath:static-resources
1414
server:
1515
cors:
16-
enabled: true
16+
enabled: true
17+
configurations:
18+
web:
19+
exposedHeaders:
20+
- X-Requested-With
21+
- X-jsonblob
22+
- X-Hello-Human
23+
- Location
24+
- Date
25+
- Content-Type
26+
- Accept
27+
- Origin

0 commit comments

Comments
 (0)