diff --git a/server/index.js b/server/index.js index 771c4f6..a13dc12 100644 --- a/server/index.js +++ b/server/index.js @@ -32,6 +32,9 @@ app.get("/playgames", (req, res) => { app.get("/products", (req, res) => { res.render("products.ejs"); }); +app.get("/privacy", (req, res) => { + res.render("privacy.ejs"); +}); app.listen(3000, () => { console.log("Server is running on http://localhost:3000"); diff --git a/server/views/about.ejs b/server/views/about.ejs index 3ebf88c..56f23fe 100644 --- a/server/views/about.ejs +++ b/server/views/about.ejs @@ -247,7 +247,7 @@