remove comment

This commit is contained in:
Maxime Cannoodt 2022-07-03 22:02:36 +02:00
parent eeaa98fa09
commit a8289baca5

View File

@ -21,5 +21,3 @@ app.use(
app.listen(5000); app.listen(5000);
console.log("Reverse proxy listening at http://localhost:5000"); console.log("Reverse proxy listening at http://localhost:5000");
// http://localhost:3000/api/foo/bar -> http://www.example.org/api/foo/bar