Skip to content

Commit fc4594d

Browse files
2 parents a8d842b + 042986c commit fc4594d

File tree

2 files changed

+341
-66
lines changed

2 files changed

+341
-66
lines changed

ApiBlueprint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Router from './Router';
22
import express from 'express';
3-
import IMountableItem from './IMountableItem';
3+
import { IMountableItem } from '.';
44

55
export default class ApiBlueprint implements IMountableItem {
66
public path: string = '/docs/blueprint';

0 commit comments

Comments
 (0)