mirror of
https://github.com/Floriansylvain/PopCorn.git
synced 2026-08-19 11:43:23 +02:00
Finition de la base de donnée
This commit is contained in:
@@ -3,7 +3,7 @@ import { PrismaClient } from "@prisma/client";
|
||||
import createError from "http-errors"
|
||||
|
||||
import jeux from './route/jeux.js'
|
||||
|
||||
import groupe from './route/groupe.js'
|
||||
const app = express()
|
||||
|
||||
app.use(express.json())
|
||||
@@ -13,7 +13,7 @@ const port = 3500
|
||||
|
||||
|
||||
app.use('/',jeux)
|
||||
|
||||
app.use('/',groupe)
|
||||
|
||||
// run the server
|
||||
app.listen(port, () => {
|
||||
|
||||
Reference in New Issue
Block a user