From bca018c2981a8b3a6a391fad8b76a901894764df Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 27 Jan 2021 11:57:50 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/README.md b/README.md
index 99cdf98..c6d2c69 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# Next.js HTTP Proxy Middleware
+
+[](#contributors-)
+
HTTP Proxy middleware available in API Middleware provided by Next.js.
@@ -49,3 +52,23 @@ export default (req: NextApiRequest, res: NextApiResponse) => (
: res.status(404).send(null)
);
```
+
+## Contributors ✨
+
+Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
+
+
+
+
+
+
+
+
+
+
+
+This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
\ No newline at end of file
From bfcca851a1e292f5eb7100cf8fbc4db17cf88118 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 27 Jan 2021 11:57:51 +0000
Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci]
---
.all-contributorsrc | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..ea7f594
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,25 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "iamdenny",
+ "name": "Denny Lim",
+ "avatar_url": "https://avatars.githubusercontent.com/u/1505166?v=4",
+ "profile": "http://iamdenny.com",
+ "contributions": [
+ "bug",
+ "code"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "next-http-proxy-middleware",
+ "projectOwner": "stegano",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "skipCi": true
+}