Gestione Refresh Token Completata !

This commit is contained in:
Surya Paolo
2024-04-11 11:43:19 +02:00
parent 07c210c59e
commit c2d76ff10a
12 changed files with 51 additions and 29 deletions

View File

@@ -157,7 +157,7 @@ myLoad().then(ris => {
});
app.use(cors({
exposedHeaders: ['x-auth', 'x-refrTok'],
exposedHeaders: ['x-auth', 'x-refrtok'],
}));
app.use(bodyParser.json());