From e792d253d90b8fe4f2e8664fab6d7fe2edfb71ad Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Fri, 20 Aug 2021 20:10:43 -0700 Subject: [PATCH] Try another --- pages/api/hello.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/api/hello.js b/pages/api/hello.js index 35c2dc14..77d4b15c 100644 --- a/pages/api/hello.js +++ b/pages/api/hello.js @@ -8,6 +8,6 @@ export default function handler(req, res) { dirname: __dirname, cwd: process.cwd(), files: dirTree(process.cwd()), - rootFiles: dirTree('/'), + rootFiles: dirTree(__dirname), }); }