added file field name into getFilename function in storage-handler
This commit is contained in:
parent
ff200bf328
commit
ba5533b767
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue