Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Oct 10, 2016
1 parent 4bac28f commit ae05e31
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -71,9 +71,8 @@ class SharedFilesAPI8(
restExtractor : RestExtractorService
) extends SharedFilesAPI with Loggable {

def response ( function : Box[JValue], req : Req, errorMessage : String, id : Option[String])(implicit action : String) : LiftResponse = {
RestUtils.response(restExtractor, kind, id)(function, req, errorMessage)
}
val notSupporteResponse

override def requestDispatch(apiVersion : ApiVersion): PartialFunction[Req, () => Box[LiftResponse]] = {

case Post(Nil, req) => {
Expand Down

0 comments on commit ae05e31

Please sign in to comment.