Added comments

This commit is contained in:
2025-06-09 09:48:31 +02:00
parent 0c76b852eb
commit 8b673c67d3
7 changed files with 40 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@ var shutting_down = false;
* Static middleware - serve css and js files to public
*/
app.use(express.json());
// Set temp directory and upload size limit
app.use(fileUpload({
limits: { fileSize: 102400 },
useTempFiles: true,