added file field name into getFilename function in storage-handler

This commit is contained in:
Jose De Gouveia 2016-09-07 17:29:12 +02:00 committed by Miguel González Aravena
parent ff200bf328
commit ba5533b767
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ app.post('/custom/upload', function(req, res, next) {
});
});
>>>>>>> efe4e08... added file field name into getFilename function
// expose a rest api
app.use(loopback.rest());