Commit 9caadd9e by Administrator

Update techhero-gateway-service.yml

parent 6d73fdc7
...@@ -35,6 +35,7 @@ ignore: ...@@ -35,6 +35,7 @@ ignore:
urls: urls:
- /**/*.css - /**/*.css
- /getTime - /getTime
- /api/getTime
- /captcha - /captcha
- /captcha1 - /captcha1
- /actuator/** - /actuator/**
...@@ -45,14 +46,14 @@ ignore: ...@@ -45,14 +46,14 @@ ignore:
- /captcha/** - /captcha/**
- /getSmBolt - /getSmBolt
- /getSmBolt/** - /getSmBolt/**
- /auth/** - /api/auth/**
- /ksfw/common/** - /api/ksfw/common/**
- /ksfw/plan-enrollment/** - /api/ksfw/plan-enrollment/**
#- /ksfw/user/** #- /ksfw/user/**
- /ksfw/user/user-login-bind-relation/** - /api/ksfw/user/user-login-bind-relation/**
- /ksfw/user/user-submit-score/get-render - /api/ksfw/user/user-submit-score/get-render
- /ksfw/score/studentScore/scoreQueryDataValid - /api/ksfw/score/studentScore/scoreQueryDataValid
- /ksfw/score/studentScore/getKfResult - /api/ksfw/score/studentScore/getKfResult
- /refresh/** - /refresh/**
- /doc.html - /doc.html
- /zipkin/** - /zipkin/**
...@@ -77,19 +78,19 @@ ignore: ...@@ -77,19 +78,19 @@ ignore:
- /**/admin/files/** - /**/admin/files/**
- /admin/user/checkPasswordInDenLu - /admin/user/checkPasswordInDenLu
- /personalBack/getPhoneCode - /personalBack/getPhoneCode
- /ksfw/suggestion/ad-scene/** - /api/ksfw/suggestion/ad-scene/**
- /ksfw/plan-enrollment/v2/enroll-node-timeline/** - /api/ksfw/plan-enrollment/v2/enroll-node-timeline/**
- /ksfw/plan-enrollment/v2/enroll-notice/** - /api/ksfw/plan-enrollment/v2/enroll-notice/**
- /ksfw/plan-enrollment/v2/enroll-question-answer/** - /api/ksfw/plan-enrollment/v2/enroll-question-answer/**
digest: digest:
disableSign: false disableSign: false
secret: 68d1ec5480a7a99b268fbab5bf21d515 secret: 68d1ec5480a7a99b268fbab5bf21d515
health: /actuator/health health: /api/actuator/health
noOpenidUrls: noOpenidUrls:
- /ksfw/user/user-login-bind-relation/getWxOpenIdByJsCode - /api/ksfw/user/user-login-bind-relation/getWxOpenIdByJsCode
- /getTime - /api/getTime
noTimeUrls: noTimeUrls:
- /getTime - /api/getTime
swagger: swagger:
client: client:
- techhero-user-service - techhero-user-service
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment