This commit is contained in:
Dominik Adam Przybysz 2014-12-07 22:21:01 +01:00
parent 15ed01cc0a
commit 54bbfd7fdf

View file

@ -25,6 +25,7 @@ class HttpMockServer {
}else if(ex.requestMethod == 'POST' && request.name() == 'removeMock'){ }else if(ex.requestMethod == 'POST' && request.name() == 'removeMock'){
removeMock(request, ex) removeMock(request, ex)
} }
//TODO add get mock report
//TODO add list mock //TODO add list mock
}catch(Exception e){ }catch(Exception e){
createErrorResponse(ex, e) createErrorResponse(ex, e)