PMPR-44 : POST /notes/import-xlsx - importer des notes via Excel #146

Merged
djalim merged 3 commits from feature/post-notes-import-xlsx-44 into develop 2026-04-27 17:20:04 +00:00
Showing only changes of commit f71128a7f3 - Show all commits
+1 -1
View File
@@ -49,4 +49,4 @@ export const handler: Handlers = {
return new Response("Failed to import notes", { status: 500 });
}
},
};
};