How would you install the RequestValidation plugin for a specific route "/api/customer"?
routing {
/* your code here */ {
install(RequestValidation)
}
}How would you install the RequestValidation plugin for a specific route "/api/customer"?
routing {
/* your code here */ {
install(RequestValidation)
}
}Create a free account to access the full topic