mirror of https://github.com/apache/archiva.git
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:
parent
e30d775760
commit
256e941712
|
@ -277,7 +277,7 @@ function() {
|
|||
});
|
||||
|
||||
});
|
||||
this.get('', function () { this.app.runRoute('get', '#search') });
|
||||
//this.get('', function () { this.app.runRoute('get', '#search') });
|
||||
} );
|
||||
sammyArchivaApplication.run();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue