When I point my browser to `http://localhost:8000/examples/angular-1/sibbling-routes/`, I see two links: 1. users then posts 2. posts then users Clicking either link gives a 404, e.g. "Cannot GET /examples/angular-1/sibbling-routes/users/posts". Is this example expected to work?
When I point my browser to
http://localhost:8000/examples/angular-1/sibbling-routes/, I see two links:Clicking either link gives a 404, e.g. "Cannot GET /examples/angular-1/sibbling-routes/users/posts". Is this example expected to work?