Posts by Haveno • 16 points
2 posts
-
0
votes0
answers26
viewsQ: Populating select with data sent from controller and trying to save to BD
I am sending to form an array to popular select so, controller that sends to the view: const novaForm = async ({ Maquina }, req, res) => { const maquina = await Maquina.find({status: 'livre'})…
-
-2
votes1
answer1139
viewsA: Access localhost Node JS over the network
Hello, try to access the network IP + port. for example: 192.168.25.14:3000