Skip to content

Commit

Permalink
remove unfiltered server
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Aug 7, 2010
1 parent 8e4835f commit 71ef158
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/main/scala/Sourced.scala
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,4 @@ class Sourced extends Responses with Urls with Requests with Auth with unfiltere
case _ => BadRequest ~> ResponseString("orgId required")
}
}
}

object SourcedServer {
def main(args: Array[String]) {
unfiltered.server.Http(8080)
.filterAt("/api/*")(new Api)
.filter(new Sourced)
.run
}
}
}

0 comments on commit 71ef158

Please sign in to comment.