Great, thanks! Just one small correction if I may: "res.sendFile(path.join(dirname + '/dist/dictionary/index.html'));" should probably be changed to something like "res.sendFile(path.join(dirname + '/dist//index.html'));".
Tech enthusiast studying ICT and graduating soon enough๐จ๐ฟโ๐. Software Engineer in the making, experimenting my way through life. I'm here to connect, learn from y'all and share my knowledge.๐๐ฟ
Great, thanks! Just one small correction if I may: "res.sendFile(path.join(dirname + '/dist/dictionary/index.html'));" should probably be changed to something like "res.sendFile(path.join(dirname + '/dist//index.html'));".
You can make it like this too: