Created
November 17, 2016 17:57
-
-
Save htimur/0ad1413299371fe99d5a253a9d013e18 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Singleton | |
| class HomeController @Inject() extends Controller { | |
| @Counted(monotonic = true) | |
| @Timed | |
| @Metered | |
| def index = Action { | |
| Ok(views.html.index("Your new application is ready.")) | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment