Skip to content

Commit

Permalink
Pizzas are yummier!
Browse files Browse the repository at this point in the history
  • Loading branch information
rberrelleza committed Nov 2, 2023
1 parent 343d62f commit 66344d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ var templateValues = {
};

// WARNING: Only remove the comments if you believe that pizzas are better than tacos
/* templateValues = {
templateValues = {
title: "The Okpizza Shop",
logo: "/okpizza.png",
placeholder: "Thin slice, neapolitan, deep dish...",
emoji: "🍕"
};*/
};

app.get('/healthz', function (req, res) {
res.json({
Expand Down

0 comments on commit 66344d4

Please sign in to comment.