I have many controller like
GameController
CardController
PlayerController
and I want to build a dynamic url pattern like
("/%s/*", "%sController")
Does Web.py provide this kind of url pattern? Or I need to write a central controller to dispatch the actions by myself?
Best Regards
Fang Zhou