mirror of
https://github.com/alibaba/higress.git
synced 2026-03-03 16:10:48 +08:00
fix model-router plugin (#1432)
This commit is contained in:
@@ -101,7 +101,7 @@ bool PluginRootContext::configure(size_t configuration_size) {
|
||||
configuration_data->view()));
|
||||
return false;
|
||||
}
|
||||
if (!parseAuthRuleConfig(result.value())) {
|
||||
if (!parseRuleConfig(result.value())) {
|
||||
LOG_WARN(absl::StrCat("cannot parse plugin configuration JSON string: ",
|
||||
configuration_data->view()));
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user