Skip to content

Instantly share code, notes, and snippets.

@wfaler
Created January 17, 2011 22:17
Show Gist options
  • Save wfaler/783606 to your computer and use it in GitHub Desktop.
Save wfaler/783606 to your computer and use it in GitHub Desktop.
wildcard.scala
get("/say/*/to/*")((request, response) => {
..code goes here..
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment