remove defaut route as it cause issues on status page

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1360168 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-07-11 13:24:47 +00:00
parent e30d775760
commit 256e941712
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ function() {
});
});
this.get('', function () { this.app.runRoute('get', '#search') });
//this.get('', function () { this.app.runRoute('get', '#search') });
} );
sammyArchivaApplication.run();
}