This commit is contained in:
syuilo 2018-04-13 13:52:25 +09:00
parent 645481c2e8
commit 732e07a4b3

View file

@ -1,5 +1,3 @@
import * as multer from 'koa-multer';
import endpoints, { Endpoint } from './endpoints';
import limitter from './limitter';
import { IUser } from '../../models/user';