added simple /rss page. needs some custom backgrid cells.

This commit is contained in:
kay.one 2013-06-04 22:08:10 -07:00
parent 5c05f6b740
commit 9b5d22455b
3 changed files with 8 additions and 0 deletions

View file

@ -17,6 +17,7 @@ require(['app', 'Controller'], function (app, controller) {
'missing' : 'missing',
'history' : 'history',
'logs' : 'logs',
'rss' : 'rss',
':whatever' : 'notFound'
}
});