mirror of
https://github.com/Floriansylvain/PopCorn.git
synced 2026-08-19 19:53:24 +02:00
Ajout des routes upload : upload, uploadGroupe
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { optional, string, z } from "zod";
|
||||
|
||||
const groupeValidation = z.object({
|
||||
id : z.number().optional(),
|
||||
name : z.string(),
|
||||
logo : z.string(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user