aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-02-17 20:03:32 +0100
committerlonkaars <l.leblansch@gmail.com>2021-02-17 20:03:32 +0100
commitd914e781f0364de612a22313e3219e2cda635776 (patch)
treececb6dc52cc00259e4e64719d8963fd5a239541c
parent311e06651412edd19b450ce8efcd11ae83c0f108 (diff)
removed next.js config for api proxy
-rw-r--r--next.config.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/next.config.js b/next.config.js
deleted file mode 100644
index e70331f..0000000
--- a/next.config.js
+++ /dev/null
@@ -1,10 +0,0 @@
-module.exports = {
- async rewrites() {
- return [
- {
- source: '/api/:path*',
- destination: 'http://localhost:5000/:path*'
- },
- ]
- },
-}