Skip to content

Instantly share code, notes, and snippets.

@rocketpages
Created December 25, 2016 04:57
Show Gist options
  • Save rocketpages/1dbcb72f4eecc4ee728af7b6463f4b97 to your computer and use it in GitHub Desktop.
Save rocketpages/1dbcb72f4eecc4ee728af7b6463f4b97 to your computer and use it in GitHub Desktop.
def index = Action.async { implicit request =>
Future(Ok(...))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment