delete unused express.methodOverride

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@52792 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Alexander.Trofimov
2013-12-03 11:39:21 +00:00
parent bfae2fbda1
commit 48648dd174
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@ if (config['ssl']) {
app.configure(function(){
app.use(express.bodyParser());
app.use(express.methodOverride());
});
app.configure('development', function () {