PMPR-36 : résolution conflit

This commit is contained in:
Clément Oudelet
2026-04-23 10:53:20 +02:00
7 changed files with 352 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ import { eq } from "npm:drizzle-orm";
export const handler: Handlers = {
// #34 GET /ues/:idUE
// # 34 GET /ues/:idUE
async GET(_request, context) {
try {
const idUE = parseInt(context.params.idUE);