diff --git a/proxy.js b/proxy.js index 201f90a..4b16912 100644 --- a/proxy.js +++ b/proxy.js @@ -21,5 +21,3 @@ app.use( app.listen(5000); console.log("Reverse proxy listening at http://localhost:5000"); - -// http://localhost:3000/api/foo/bar -> http://www.example.org/api/foo/bar