소스 검색

Minor changes

pull/47/head^2
Djordje Djoric 4 년 전
부모
커밋
f9ff1adbe1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/endpoints/user.js

+ 1
- 1
src/endpoints/user.js 파일 보기

@@ -8,7 +8,7 @@ const getUsers = async (req, res, next) => {
return res.status(200).send(allUsers)
} catch (e) {
// TODO: Jel i ovde treba next(e)?
return res.status(500).send('Internal server error!')
next(e)
}
}


Loading…
취소
저장