- Caricamento Video

This commit is contained in:
Surya Paolo
2025-12-19 22:59:20 +01:00
parent 80c929436c
commit afeedf27a5
10 changed files with 738 additions and 0 deletions

View File

@@ -660,6 +660,7 @@ router.post('/notifs', authenticate, async (req, res) => {
router.post('/newtok', async (req, res) => {
try {
const refreshToken = req.body.refreshToken;
const browser_random = req.body.br;
// return res.status(403).send({ error: 'Refresh token non valido' });