Skip to content

Commit

Permalink
fix questions get in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jumoke committed May 21, 2020
1 parent 84ce008 commit 849f830
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions open-api-doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,7 @@ module.exports = {
}
}
}
}
},
'/api/v1/question': {
},
get: {
tags: ['Questions'],
description: 'Get All Questions',
Expand Down Expand Up @@ -408,6 +406,9 @@ module.exports = {
}
}
}
},
'/api/v1/question': {

},
'/api/v1/question/:questionId': {
get: {
Expand Down

0 comments on commit 849f830

Please sign in to comment.