mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 16:18:17 +00:00
Hello world
This commit is contained in:
commit
5065bbd612
3 changed files with 10 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
.env
|
||||
0
README.md
Normal file
0
README.md
Normal file
9
api/new.js
Normal file
9
api/new.js
Normal 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' })
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue