Skip to content

Commit

Permalink
ITP-46 implement TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyRAV committed Oct 15, 2023
1 parent 8673c9f commit d294393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit d294393

Please sign in to comment.