5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
App.Routers.People = App.Routers.Stream.extend({
|
|
routes: {
|
|
"people/:id": "stream"
|
|
}
|
|
});
|