Skip to content

Instantly share code, notes, and snippets.

@codingricky
Created January 9, 2014 04:42
Show Gist options
  • Save codingricky/8329503 to your computer and use it in GitHub Desktop.
Save codingricky/8329503 to your computer and use it in GitHub Desktop.
# Routes
# This file defines all application routes (Higher priority routes first)
# ~~~~
# Home page
GET / @controllers.Application.index()
# Map static resources from the /public folder to the /assets URL path
GET /assets/*file controllers.Assets.at(path="/public", file)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment