enterfront #28
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "enterfront"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Добавь еще свой роут сюда
я добавил route
@ -0,0 +7,4 @@
chatRouter.get('/item/:id1/:id2', (req, res) => {
const { id1, id2 } = req.params;
console.log("Request get in /chat:", id1, id2);
Убрать лог