Skip to content

Commit

Permalink
fix(rest): rebase against RestApplication PR
Browse files Browse the repository at this point in the history
  • Loading branch information
shimks committed Feb 13, 2018
1 parent 3918447 commit 0101887
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/authentication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ class MyApp extends RestApplication {

this.sequence(MySequence);

this.components([AuthenticationComponent, RestComponent]);
this.controller(MyController);
}

Expand Down
1 change: 0 additions & 1 deletion packages/example-log-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import {
class LogApp extends LogLevelMixin(RestApplication) {
constructor() {
super({
components: [LogComponent],
logLevel: LOG_LEVEL.ERROR,
});
this.components(LogComponent);
Expand Down

0 comments on commit 0101887

Please sign in to comment.