|
@ -37,17 +37,20 @@ zuul:
|
|
|
sensitive-headers:
|
|
|
routes:
|
|
|
svr-iot:
|
|
|
path: /iot/**
|
|
|
path: /cityihealth/iot/**
|
|
|
serviceId: svr-iot
|
|
|
svr-base:
|
|
|
path: /base/**
|
|
|
path: /cityihealth/base/**
|
|
|
serviceId: svr-base
|
|
|
svr-authentication:
|
|
|
path: /auth/**
|
|
|
path: /cityihealth/auth/**
|
|
|
serviceId: svr-authentication
|
|
|
svr-healthy-house:
|
|
|
path: /healthyHouse/**
|
|
|
path: /cityihealth/healthyHouse/**
|
|
|
serviceId: svr-healthy-house
|
|
|
svr-patient:
|
|
|
path: /cityihealth/patient/**
|
|
|
serviceId: svr-patient
|
|
|
|
|
|
|
|
|
---
|