Guest User

Untitled

a guest
Jun 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. package controllers
  2.  
  3. import play._
  4. import play.mvc._
  5.  
  6. object Application extends Controller {
  7.  
  8. def index = "Application/index.html".asTemplate
  9. }
Add Comment
Please, Sign In to add comment