Skip to content

Commit

Permalink
fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Elius94 committed Nov 22, 2021
1 parent 6d40635 commit 528bd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/api/routes/API.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,6 @@ async function apiParser(req, res, next) {
}


router.post('/', apiParser())
router.post('/', apiParser)

module.exports = router

0 comments on commit 528bd56

Please sign in to comment.