From a8289baca51153bf6847361feadea809f2795d5e Mon Sep 17 00:00:00 2001 From: Maxime Cannoodt Date: Sun, 3 Jul 2022 22:02:36 +0200 Subject: [PATCH] remove comment --- proxy.js | 2 -- 1 file changed, 2 deletions(-) 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