Skip to content

Commit

Permalink
Updated homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
codingforentrepreneurs committed Jan 27, 2024
1 parent aa6b7e5 commit 13ea24d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ app.get("/", async (req, res, next) => {
const [dbNowResult] = await sql`select now();`
const delta = (dbNowResult.now.getTime() - now) / 1000
return res.status(200).json({
message: "Hello from root!",
delta: delta,
stage: STAGE
});
Expand Down

0 comments on commit 13ea24d

Please sign in to comment.