Skip to content

Commit

Permalink
fix: Export missing interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Sep 8, 2019
1 parent 4867e3e commit de5fc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/server/services/ServeStaticService.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {Service} from "@tsed/di";
import * as Express from "express";
import {IServerMountDirectories, ServerSettingsService} from "../../config";
import {IServerMountDirectories} from "../../config";
import {ExpressApplication} from "../decorators/expressApplication";

@Service()
Expand Down

0 comments on commit de5fc88

Please sign in to comment.