mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
metrics.all must define metrics.get
This commit is contained in:
parent
2c2efc7ab6
commit
f0b2ac6efb
1 changed files with 3 additions and 0 deletions
|
@ -126,6 +126,9 @@ impl HeedAuthStore {
|
|||
Action::StatsAll => {
|
||||
actions.insert(Action::StatsGet);
|
||||
}
|
||||
Action::MetricsAll => {
|
||||
actions.insert(Action::MetricsGet);
|
||||
}
|
||||
other => {
|
||||
actions.insert(*other);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue