diff --git a/server.js b/server.js index 2e81002..ef25481 100644 --- a/server.js +++ b/server.js @@ -38,6 +38,7 @@ app.get('/', async (req, res) => { res.send('Welcome to the IntelliQ-BE API!'); }); +//TODO: Prisma User & Quiz const port = process.env.PORT || 3000; const startServer = async () => {