diff --git a/routes/(apps)/students/api/insert_students.ts b/routes/(apps)/students/api/insert_students.ts index f178a71..e47c660 100644 --- a/routes/(apps)/students/api/insert_students.ts +++ b/routes/(apps)/students/api/insert_students.ts @@ -1,6 +1,7 @@ import { Handlers } from "$fresh/server.ts"; import connect from "$root/databases/connect.ts"; +// Rendre l'API plus simple car xlsx pour l'import c'est nul :/ export const handler: Handlers = { // deno-lint-ignore require-await async GET() {