diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-02-17 20:03:32 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-02-17 20:03:32 +0100 |
commit | d914e781f0364de612a22313e3219e2cda635776 (patch) | |
tree | cecb6dc52cc00259e4e64719d8963fd5a239541c | |
parent | 311e06651412edd19b450ce8efcd11ae83c0f108 (diff) |
removed next.js config for api proxy
-rw-r--r-- | next.config.js | 10 |
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*' - }, - ] - }, -} |