ソースを参照

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);


読み込み中…
キャンセル
保存