From ce2a54dfaf3a51b064f0f16b04de69d780da21c2 Mon Sep 17 00:00:00 2001 From: Violet Date: Fri, 22 Sep 2023 03:10:40 +0000 Subject: [PATCH] Testing --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index b779b4d..2d0d053 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,5 @@ const express = require('express'), -path = require('path'), -fs = require('fs') +path = require('path') var app = express()