Posts by Wanderson Moreira • 1 point
2 posts
-
0
votes1
answer197
viewsA: Server does not update page after dynamic change
Just use nodemon for dynamic page update.
-
-2
votes1
answer197
viewsQ: Server does not update page after dynamic change
I generate a page through: app.get('/conteudo', (req, res) => { res.send(conteudojson); }). Dynamically, the conteudojson is amended and listed again the "/content": app.get('/conteudo', (req,…