소스 검색

new changes backend-frontend-gateway

placidenduwayo 1 년 전
부모
커밋
fa2e5cb091
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      backend-frontend-gateway-service.yml

+ 1
- 1
backend-frontend-gateway-service.yml 파일 보기

@@ -10,7 +10,7 @@ spring:
10 10
       globalcors:
11 11
         cors-configurations:
12 12
           '[/**]':
13
-            allowedOriginPatterns: "http://localhost:4200"
13
+            allowedOriginPatterns: "http://frontend-app:4200"
14 14
             allowedMethods:
15 15
               - GET
16 16
               - PUT

Powered by TurnKey Linux.