Skip to content

Commit

Permalink
changed to test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehaz committed Nov 13, 2023
1 parent f1582b0 commit 080cd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const port = 80;
// root route
app.get('/', (req, res) => {
const jObject = {
message: `My name is Luke Hazelton`,
message: `My name is Luke Hazelton test`,
timestamp: Date.now(),
};
const formattedJobj = JSON.stringify(jObject, null, 2); //fc
Expand Down

0 comments on commit 080cd38

Please sign in to comment.