Skip to content

Commit

Permalink
Push
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaNKtext committed Aug 19, 2021
1 parent c7381a4 commit e5c4f88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/api/api.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const http = require('http');
const url = require('url');

const { readFileSync } = require('fs')
const { join } = require('path')
const file = readFileSync(join(__dirname, '_files'), 'utf8')
const hostname = '127.0.0.1';
const postport = 3000;
const getport = 3001;
Expand Down

0 comments on commit e5c4f88

Please sign in to comment.