From 1eb459d61b4f515f27bbbe979dcdbae824cbf409 Mon Sep 17 00:00:00 2001 From: Leo <64216877+wangrunlin@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:05:26 +0800 Subject: [PATCH] chore(index.js): outdent (#22) --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3798e14..5a66bb6 100644 --- a/index.js +++ b/index.js @@ -8,7 +8,7 @@ app.use(cors()); app.use('/public', express.static(process.cwd() + '/public')); app.get('/', function (req, res) { - res.sendFile(process.cwd() + '/views/index.html'); + res.sendFile(process.cwd() + '/views/index.html'); });