Posts by Pedro Henrique • 21 points
2 posts
-
0
votes1
answer797
viewsQ: How to get an answer that is in the request header
I’m making a site that contains a forum and I need to pick up the amount of topics and registered users and with this in my back-end I send these quantities by header. I’m using in my back-end Cors,…
-
-4
votes1
answer69
viewsQ: How do I bring an HTML code stored in the Mysql database and print it on screen using MVC Express Node.js Project?
I want to print this code that is stored in the database in my project. And this is coming up instead of the code Here is the DAO providing the database information Here is the CONTROLLER that makes…