Skip to content

Commit

Permalink
Update QuestionController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh-Srivastav123 authored May 12, 2024
1 parent 4e2dde6 commit 02e195a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public QuestionList generatePaper(){

@GetMapping("/showAll")
public List<Question> getAll(){
log.info("all question");
return questionServices.getAll();
}

Expand Down

0 comments on commit 02e195a

Please sign in to comment.