Netflix/zuul

Dynamic disable route through API?

shoulin-zuo opened this issue · 0 comments

Is there a way to block/disable a route at through API? like /actuator/routes?
For example, if I have two different paths:
webapp/path1
webapp/path2
can I disable one of them when Zuul is already running without hardcoding the blocked routes through API?

Thank you!