From e8af7ef7dbf90b03046c6ef5a85501523776443f Mon Sep 17 00:00:00 2001 From: notnull Date: Wed, 6 Mar 2019 18:46:28 -0500 Subject: [PATCH] removed unused path module --- api/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/api/index.js b/api/index.js index 2c482d8..44825a0 100755 --- a/api/index.js +++ b/api/index.js @@ -1,5 +1,4 @@ const router = require('express').Router() -const path = require('path') module.exports = router const ascii = require('../ascii')