Answers for "how to render html file in express 6"

9

how to send html file with express

res.sendFile(path.join(__dirname + '/index.html'));
Posted by: Guest on March-05-2020

Code answers related to "how to render html file in express 6"

Browse Popular Code Answers by Language