I've tried every format I can think of, but I can't get excludeRoutes or includeRoutes to work. I've tried:
- With and without a
/ at the beginning
- With and without a
/ at the end
- With
/**, /**/*, and nothing
Nothing works. I've triple checked that the paths I'm using are correct.
Does someone know what I'm doing wrong? Can you share an example of what format works for you?
Thanks.
I've tried every format I can think of, but I can't get
excludeRoutesorincludeRoutesto work. I've tried:/at the beginning/at the end/**,/**/*, and nothingNothing works. I've triple checked that the paths I'm using are correct.
Does someone know what I'm doing wrong? Can you share an example of what format works for you?
Thanks.