Skip to content

Commit cd365b7

Browse files
fix(plugin): fix controller import
1 parent da1a21b commit cd365b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Hapi, { Plugin } from 'hapi';
22
import ResourceRouter, { Route, SubscriptionRoute, ResourceRouterOptions } from './resource_router';
33
// @ts-ignore
44
import packageJson from '../package.json';
5-
import { Controller, ControllerClass } from 'controller';
5+
import { Controller, ControllerClass } from './controller';
66

77
declare module 'hapi' {
88
export interface Server {

0 commit comments

Comments
 (0)