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()