Ajout des routes upload : upload, uploadGroupe

This commit is contained in:
ETHEVE Fabien
2023-02-09 17:07:54 +01:00
parent 97fa18de7f
commit ff0cb60890
4 changed files with 68 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
import { optional, string, z } from "zod";
const jeuxValidation = z.object({
id : z.number().optional(),
Title : z.string(),
Description : z.string(),
Picture: z.string(),