diff --git a/server/src/config/staticDirLoc.js b/server/src/config/staticDirLoc.js new file mode 100644 index 000000000..00ec84c65 --- /dev/null +++ b/server/src/config/staticDirLoc.js @@ -0,0 +1,6 @@ +const path = require('path'); +const imgsDir = path.join(__dirname, '..', 'imgs'); // path to save uploaded files + +module.exports = { + imgsDir +}; \ No newline at end of file