init
This commit is contained in:
@@ -27,7 +27,8 @@ spring:
|
|||||||
globalcors:
|
globalcors:
|
||||||
corsConfigurations:
|
corsConfigurations:
|
||||||
'[/**]':
|
'[/**]':
|
||||||
allowedOrigins: '*'
|
allowedOriginPatterns:
|
||||||
|
- '*'
|
||||||
allowedMethods:
|
allowedMethods:
|
||||||
- GET
|
- GET
|
||||||
- POST
|
- POST
|
||||||
|
|||||||
Reference in New Issue
Block a user