Skip to content

Commit

Permalink
Remove public from example class
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Radchenko committed Aug 19, 2016
1 parent 5cee501 commit 9cc3ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ server.connection({

// Define your endpoint controller
@controller('/hello')
public class TestController {
class TestController {
constructor(target) {
this.target = target
}
Expand Down

0 comments on commit 9cc3ce3

Please sign in to comment.