API Menu Kesehatan, Sub Menu Posyandu

This commit is contained in:
2025-06-05 16:10:43 +08:00
parent 5e74447056
commit 46748205fd
12 changed files with 345 additions and 18 deletions

View File

@@ -34,7 +34,7 @@ const fileStorageCreate = async (context: Context) => {
body: "UPLOAD_DIR is not defined",
};
}
const pathName = "desa/ppid/profile-ppid";
const pathName = "allFile";
const rootPath = path.join(UPLOAD_DIR, pathName);
await fs.mkdir(rootPath, { recursive: true });