function imockit() {
return json({ name: "tony", country: "usa" });;
}
I tried with above code but the code only works for one mock, can we integrate any service with is compatible with java tomcat and tomcat interceptor?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
function imockit() {
return json({ name: "tony", country: "usa" });;
}
I tried with above code but the code only works for one mock, can we integrate any service with is compatible with java tomcat and tomcat interceptor?