mirror of
https://github.com/Floriansylvain/PopCorn.git
synced 2026-08-19 11:43:23 +02:00
Ajout des routes upload : upload, uploadGroupe
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user