mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
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:
@ -28,7 +28,6 @@ if (config['ssl']) {
|
||||
|
||||
app.configure(function(){
|
||||
app.use(express.bodyParser());
|
||||
app.use(express.methodOverride());
|
||||
});
|
||||
|
||||
app.configure('development', function () {
|
||||
|
||||
Reference in New Issue
Block a user