良い感じに

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,6 +1,6 @@
import * as Koa from 'koa';
import { Endpoint } from './endpoints';
import Endpoint from './endpoint';
import authenticate from './authenticate';
import call from './call';
import { IUser } from '../../models/user';