Essaie de coudinary : échec

This commit is contained in:
ETHEVE Fabien
2023-02-09 13:28:11 +01:00
parent 7108d33322
commit f9c3a9ec9b
7 changed files with 1574 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import express from "express";
import { PrismaClient } from "@prisma/client";
import createError from "http-errors"
import groupeValidation from "../groupeValidator.js";
const router = express.Router()
const prisma = new PrismaClient();