Pārlūkot izejas kodu

minor bug fix

master
kj1352 pirms 4 gadiem
vecāks
revīzija
1a1c81a254
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/user-profile/category-routes.ts

+ 1
- 1
src/user-profile/category-routes.ts Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt