Hello world

This commit is contained in:
Max Wofford 2020-07-18 14:11:46 -04:00
commit 5065bbd612
3 changed files with 10 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.env

0
README.md Normal file
View file

9
api/new.js Normal file
View file

@ -0,0 +1,9 @@
// process.env.
// https://api.vercel.com/v2/now/files
// https://api.vercel/v12/now/files
export default (req, res) => {
res.json({ ping: 'pong' })
}