added /logs

This commit is contained in:
Keivan Beigi 2013-06-04 17:49:53 -07:00
parent fc7d4536ac
commit 9160343a51
16 changed files with 231 additions and 16 deletions

View file

@ -16,6 +16,7 @@ require(['app', 'Controller'], function (app, controller) {
'settings/:action(/:query)' : 'settings',
'missing' : 'missing',
'history' : 'history',
'logs' : 'logs',
':whatever' : 'notFound'
}
});