Skip to content

Instantly share code, notes, and snippets.

@bdarfler
Created August 11, 2010 19:21
Show Gist options
  • Select an option

  • Save bdarfler/519565 to your computer and use it in GitHub Desktop.

Select an option

Save bdarfler/519565 to your computer and use it in GitHub Desktop.
package com.mycompany
import org.scalatra._
class Uploader extends ScalatraFilter {
get("/test"){
status ( 202 )
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment