Fixed typo in ignoredServices

This commit is contained in:
Jakub Narloch
2015-07-06 21:13:27 +02:00
parent 91d288d781
commit d0a82c1421

View File

@@ -776,7 +776,7 @@ configured routes map, then it will be unignored. Example:
[source,yaml]
----
zuul:
ignoredServices: *
ignoredServices: '*'
routes:
users: /myusers/**
----