Browse Source

new changes backend-frontend-gateway

placidenduwayo 1 year ago
parent
commit
fa2e5cb091
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      backend-frontend-gateway-service.yml

+ 1
- 1
backend-frontend-gateway-service.yml View File

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.