zznicole / shopping-list

Ourshoppinglist is a Mobile-first Web application project. It was created by a team of two developers, using modern Javascript, ES6, React.js,Node.js DBOO database, Material UI, Arios......
0 stars 0 forks source link

http should redirect to https #27

Closed kft-a closed 3 years ago

kft-a commented 3 years ago

Fixed with commit acc75c6b3 on master. The server.js now listens on httpPort and uses express.redirect with http code 301 to redirect to URL in config file. Set hostConfig.httpPort in config file.