aliasing in routes.js [ci skip]
This commit is contained in:
parent
10c5757193
commit
7f550d2d92
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@ app.Router = Backbone.Router.extend({
|
|||
routes: {
|
||||
"activity": "stream",
|
||||
"stream": "stream",
|
||||
|
||||
"participate": "stream",
|
||||
"explore": "stream",
|
||||
|
||||
"aspects:query": "stream",
|
||||
"commented": "stream",
|
||||
"liked": "stream",
|
||||
|
|
|
|||
Loading…
Reference in a new issue