PMPR-36 : résolution conflit
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user