Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent178 committed Mar 5, 2017
1 parent 0751f75 commit 1aa6546
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/server/decorator/Use.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
import {TypedApplicationOption} from "../TypedApplicationOption";
import {ServerContainer} from "../ServerContainer";

export function Use(...args: any[]) {

return (klass: Function) => {
ServerContainer.registerApplication(klass, options);
};
}

0 comments on commit 1aa6546

Please sign in to comment.