Skip to content

Commit

Permalink
Push
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaNKtext committed Aug 18, 2021
1 parent 9c9fc3a commit fd917fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions API/api.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
const { readFileSync } = require('fs')
const { join } = require('path')
const file = readFileSync(join(__dirname, '/'), 'utf8')
const http = require('http');
const url = require('url');
const hostname = '127.0.0.1';
Expand Down
7 changes: 7 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"functions": {
"API/api.js": {
"includeFiles": "api.js"
}
}
}

0 comments on commit fd917fc

Please sign in to comment.