Skip to content

Commit

Permalink
project
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharath2024 committed Dec 7, 2023
1 parent 89ca74c commit d859c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ app.get("/privacy&policy", (req, res) => {
res.sendFile(path.join(__dirname, "public", "privacy.html"));
});

app.get("/tearms&condition", (req, res) => {
app.get("/terms&condition", (req, res) => {
res.sendFile(path.join(__dirname, "public", "terms.html"));
});

Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ <h4>Exploring Outdoor Activities Near Our Hotel.</h4>
<h4>Services</h4>
<div class="footer__links">
<li><a href="privacy&policy">Privacy Policy</a></li>
<li><a href="tearms&condition">Terms & Conditions</a></li>
<li><a href="terms&condition">Terms & Conditions</a></li>
<li><a href="faq">FAQ</a></li>
<li><a href="/chat">Customer Support</a></li>
</div>
Expand Down

0 comments on commit d859c51

Please sign in to comment.