grmnv

Untitled

Jun 14th, 2022 (edited)
638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. authRouter.post("/api/urhash", async (req, res, next) => {
  2.     try {
  3.         const {answer} = req.body;
  4.         //ПРОПИШИ ТУТ СОХРАНЕНИЯ ОТВЕТА В БД / ИЛИ ВЫВОД В КОНСОЛЬ, ГДЕ ТЫ ЗАПУСКАЕШЬ БЭК
  5.     } catch (e) {
  6.         next(e);
  7.     }
  8. })
Add Comment
Please, Sign In to add comment