良い感じに

This commit is contained in:
syuilo
2018-07-16 03:25:35 +09:00
parent 2b31b6a6b0
commit 1e4a86da8e
6 changed files with 106 additions and 672 deletions

View File

@@ -1,7 +1,7 @@
import * as Limiter from 'ratelimiter';
import * as debug from 'debug';
import limiterDB from '../../db/redis';
import { Endpoint } from './endpoints';
import Endpoint from './endpoint';
import getAcct from '../../misc/acct/render';
import { IUser } from '../../models/user';