소스 검색

minor bug fix

master
kj1352 4 년 전
부모
커밋
1a1c81a254
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/user-profile/category-routes.ts

+ 1
- 1
src/user-profile/category-routes.ts 파일 보기

@@ -71,7 +71,7 @@ categoryRoutes.post('/add/', jwtAuthentication, async (request, response) => {
}
});
response.send(200);
response.status(200);
response.send(newCategory.insertedId.toHexString());
} catch(e) {
response.sendStatus(500);


불러오는 중...
취소
저장