Explorar el Código

add health profile routes

Sand Wen hace 9 años
padre
commit
1a2e4cb4c7
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      ag-ehr-platform.yml

+ 4 - 1
ag-ehr-platform.yml

@ -2,7 +2,7 @@ logging:
  level:
    com:
      netflix: DEBUG
      
# service routes
zuul:
  routes:
@ -18,6 +18,9 @@ zuul:
    sanofi_support:
      path: /api/v1.0/sanofi/physic_signs
      serviceId: svr-health-profile
    health_profile:
      path: /api/v1.0/health_profile
      serviceId: svr-health-profile
---
spring: