Skip to content

Instantly share code, notes, and snippets.

@emaxerrno
Created June 15, 2013 18:29
Show Gist options
  • Select an option

  • Save emaxerrno/5789063 to your computer and use it in GitHub Desktop.

Select an option

Save emaxerrno/5789063 to your computer and use it in GitHub Desktop.
# Routes
# This file defines all application routes (Higher priority routes first)
# ~~~~
GET / com.tuplejump.playYeoman.Yeoman.redirectRoot(base="/ui/")
GET /ui/ com.tuplejump.playYeoman.Yeoman.index
-> /ui yeoman.Routes
#controllers
GET /foo controllers.Application.index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment