We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865c2eb commit c2f6745Copy full SHA for c2f6745
routes/pullrequests.js
@@ -93,7 +93,6 @@ router.get('/stale', pullRequestController.getStalePRs)
93
* schema:
94
* $ref: '#/components/schemas/errors/badImplementation'
95
*/
96
-
97
router.get('/user/:username', pullRequestController.getUserPRs)
98
99
module.exports = router
0 commit comments