Skip to content

Commit

Permalink
comit cu
Browse files Browse the repository at this point in the history
  • Loading branch information
Twoguini committed Dec 24, 2023
1 parent 6f80c11 commit 99ff5c3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/firstInfoValidation/questionAnswers.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function treatAnswers(){

}
3 changes: 3 additions & 0 deletions src/public/script/correctQuestions.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const questionsA = [5, 4, 3, 2, 6];

const data = { questionsA };
5 changes: 5 additions & 0 deletions src/routes/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,9 @@ users.post('/signup', async (req, res) => {

});

users.post('/userAnswers', async (req, res) =>{
console.log(req.body);
res.status(200);
});

export default users;

0 comments on commit 99ff5c3

Please sign in to comment.