Getting collision panics after updating to v0.3.x #480
-
|
My current routes setup which does not working with new router: Where With new routing, I understand that "/" and "/admin" would end up becoming collision but I cannot wrap my head around how to properly update it. The idea is simple: Same for the I would say that update documentation feels less detailed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Use |
Beta Was this translation helpful? Give feedback.
Use
Router::fallbackinstead ofnest("/", _).