Selaa lähdekoodia

modify health profile routes

Sand Wen 9 vuotta sitten
vanhempi
commit
81fcde2ad2
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      ag-ehr-platform.yml

+ 2 - 2
ag-ehr-platform.yml

@ -17,10 +17,10 @@ zuul:
      path: /api/v1.0/esb/uploadLog
      serviceId: svr-esb
    sanofi_support:
      path: /api/v1.0/sanofi/physic_signs/**
      path: /api/v1.0/sanofi/physic_signs
      serviceId: svr-health-profile
    health_profile:
      path: /api/v1.0/health_profiles/**
      path: /api/v1.0/health_profiles
      serviceId: svr-health-profile
---