Skip to content

Commit

Permalink
Add debug route
Browse files Browse the repository at this point in the history
  • Loading branch information
milesthedisch committed Mar 1, 2022
1 parent 5d5ff41 commit 0d6b12e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
Expand Down
3 changes: 3 additions & 0 deletions pages/api/debug/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default (req, res) => {
res.send(process.env);
};

1 comment on commit 0d6b12e

@vercel
Copy link

@vercel vercel bot commented on 0d6b12e Mar 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.