From 1e4a86da8e826d48f6fb9118f02905af7f79b4f1 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 16 Jul 2018 03:25:35 +0900 Subject: 良い感じに MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/api/api-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/api/api-handler.ts') diff --git a/src/server/api/api-handler.ts b/src/server/api/api-handler.ts index e716dcdc01..77a445e186 100644 --- a/src/server/api/api-handler.ts +++ b/src/server/api/api-handler.ts @@ -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'; -- cgit v1.2.3-freya