From a quick glance at the book, I suspect that you need a dict for each app, and that the dict should match the name of the app.
Anthony's example had "init" as the name of the app, the book uses "myapp". You'd also have to add each app to the BASE, probably looking like the "domains" example further into that section.
I do very simple router stuff (mainly setting default app), and I haven't tested this, so YMMV.
/dps