diff --git a/src/api/server.ts b/src/api/server.ts index 78b0d0aea..b3b7f57e7 100644 --- a/src/api/server.ts +++ b/src/api/server.ts @@ -7,7 +7,7 @@ import * as bodyParser from 'body-parser'; import * as cors from 'cors'; import * as multer from 'multer'; -import authenticate from './authenticate'; +// import authenticate from './authenticate'; import endpoints from './endpoints'; /**