Fixed route definition
This commit is contained in:
parent
ff997b448b
commit
ff5e7ed772
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ router.post('/logout', tokenAuth, Logout);
|
|||
router.get('/reset-password', RequestReset);
|
||||
router.patch('/reset-password/:id', ResetPassword);
|
||||
|
||||
router.set('/audio', parseFormData, tokenAuth, SetAudio);
|
||||
router.post('/audio', parseFormData, tokenAuth, SetAudio);
|
||||
|
||||
router.get('/', tokenAuth, GetOwnedOrgs);
|
||||
router.get('/orgs', tokenAuth, GetMemberOrgs);
|
||||
|
|
|
|||
Reference in a new issue