From d914e781f0364de612a22313e3219e2cda635776 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 17 Feb 2021 20:03:32 +0100 Subject: removed next.js config for api proxy --- next.config.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 next.config.js 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*' - }, - ] - }, -} -- cgit v1.2.3