DEV Community

Discussion on: Node, Express, SSL Certificate: Run HTTPS Server from scratch in 5 steps

Collapse
 
fischgeek profile image
fischgeek

Thanks! Though, it looks like you've added this bit twice causing an error:

const app = express();
app.use(cors());