浏览代码

new changes backend-frontend-gateway

placidenduwayo 2 年前
父节点
当前提交
fa2e5cb091
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      backend-frontend-gateway-service.yml

+ 1
- 1
backend-frontend-gateway-service.yml 查看文件

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

Powered by TurnKey Linux.