Add todo
This commit is contained in:
parent
15ed01cc0a
commit
54bbfd7fdf
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue