From c8e337b1da747594c6bda36d9b571f2dc9b53198 Mon Sep 17 00:00:00 2001 From: 17hz <0x149527@gmail.com> Date: Mon, 2 Sep 2024 11:24:31 +0800 Subject: [PATCH] chore(README): lint fix --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index eff9494f..4632d7f4 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ app.listen(3000); // proxy and keep the same base path "/api" // http://127.0.0.1:3000/api/foo/bar -> http://www.example.org/api/foo/bar - ``` _All_ `http-proxy` [options](https://github.com/nodejitsu/node-http-proxy#options) can be used, along with some extra `http-proxy-middleware` [options](#options).