diff options
-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*' - }, - ] - }, -} |