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


Завантаження…
Відмінити
Зберегти