mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-10 14:46:36 +00:00
metrics.all must define metrics.get
This commit is contained in:
@ -126,6 +126,9 @@ impl HeedAuthStore {
|
|||||||
Action::StatsAll => {
|
Action::StatsAll => {
|
||||||
actions.insert(Action::StatsGet);
|
actions.insert(Action::StatsGet);
|
||||||
}
|
}
|
||||||
|
Action::MetricsAll => {
|
||||||
|
actions.insert(Action::MetricsGet);
|
||||||
|
}
|
||||||
other => {
|
other => {
|
||||||
actions.insert(*other);
|
actions.insert(*other);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user