Open ShriGaneshPurohit opened 1 year ago
Update Href in line 32 of file home html as "../public/editor.html"
See server.js. I am using Express. so I am using get() to route.
app.get("/editor", (req, res) => { res.sendFile(path.join(initial_path, "editor.html")); });
Update Href in line 32 of file home html as "../public/editor.html"