mirror of
https://github.com/sasjs/server.git
synced 2026-01-12 00:30:06 +00:00
fix: organized code for usage of multer
This commit is contained in:
@@ -13,6 +13,8 @@ export const getWebBuildFolderPath = () =>
|
||||
|
||||
export const getTmpFolderPath = () => process.driveLoc
|
||||
|
||||
export const getTmpUploadsPath = () => path.join(getTmpFolderPath(), 'uploads')
|
||||
|
||||
export const getTmpFilesFolderPath = () =>
|
||||
path.join(getTmpFolderPath(), 'files')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user