[Trunk|Services]: Upload Service: add file size limit 200KB.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@56255 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
7f6c98120e
commit
c79f57b8a4
|
@ -167,7 +167,7 @@ app.delete('/delete/:filename', function (req, res) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const server = app.listen(8001, function () {
|
const server = app.listen(8000, function () {
|
||||||
console.log("Listening on port %s...", server.address().port);
|
console.log("Listening on port %s...", server.address().port);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue