Skip to content

Instantly share code, notes, and snippets.

View sergoweb's full-sized avatar

Sergey Khachatryan sergoweb

View GitHub Profile
{
"name": "render-proxy",
"version": "1.0.0",
"description": "Simple HTTP-Proxy",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"http-proxy": "^1.18.1"
{
"name": "render-proxy",
"version": "1.0.0",
"description": "Simple HTTP-Proxy",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"http-proxy": "^1.18.1"