shashi1910 / Blog-website

This is a simple Blog website that can get the data from the user and can display it
1 stars 0 forks source link

Wrong Refrence to href #1

Open ShriGaneshPurohit opened 1 year ago

ShriGaneshPurohit commented 1 year ago

Update Href in line 32 of file home html as "../public/editor.html"

shashi1910 commented 1 year ago

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")); });