Files
myDrive/backend/utils/getFSStoragePath.ts
2025-02-28 13:12:34 -05:00

6 lines
106 B
TypeScript

import env from "../enviroment/env";
export const getFSStoragePath = () => {
return env.fsDirectory
};