Wrong endpoint
This commit is contained in:
parent
08e9f8c6e2
commit
026072b866
|
@ -17,7 +17,7 @@ object SyncServer {
|
|||
HttpServerTest.controller(QUERY_PARAM, new ControllerClosureAdapter(Results.Status(QUERY_PARAM.getStatus).apply(QUERY_PARAM.getBody)))
|
||||
}
|
||||
case ("GET", "/error-status") => Action { request =>
|
||||
HttpServerTest.controller(QUERY_PARAM, new ControllerClosureAdapter(Results.Status(ERROR.getStatus).apply(ERROR.getBody)))
|
||||
HttpServerTest.controller(ERROR, new ControllerClosureAdapter(Results.Status(ERROR.getStatus).apply(ERROR.getBody)))
|
||||
}
|
||||
case ("GET", "/exception") => Action { request =>
|
||||
HttpServerTest.controller(EXCEPTION, new BlockClosureAdapter(() => {
|
||||
|
|
Loading…
Reference in New Issue