is there any way to restrict some of the wiremock ...
# help
b
is there any way to restrict some of the wiremock endpoints such as block api to create mapping endpoint but allow reset mapping endpoint
o
Hi. Normally you would need an external filter for that. In code, you can also configure Jetty to have a permit or deny lists
b
ok thanks👍