summaryrefslogtreecommitdiff
path: root/src/server/api/api-handler.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/api/api-handler.ts')
-rw-r--r--src/server/api/api-handler.ts2
1 files changed, 1 insertions, 1 deletions
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';