1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-31 13:19:29 -05:00

Comment out unused import

This commit is contained in:
Aya Morisawa 2016-12-29 09:57:07 +09:00
parent 307f2626f6
commit 9d71035f6c

View file

@ -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';
/**