remove unused comments
This commit is contained in:
parent
d1a2d309ad
commit
34bedd7c1c
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
const http = require('http');
|
||||
const url = require('url');
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const mongoose = require('mongoose');
|
||||
const isAuthenticated = require('./middlewares/auth').isAuthenticated;
|
||||
const { notFound, methodNotAllowed } = require('./middlewares/responses');
|
||||
|
|
Loading…
Reference in a new issue