mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
comment the right of the metrics
This commit is contained in:
parent
8d47d2d018
commit
8a1b1a95f3
2 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ use crate::common::Server;
|
|||
|
||||
pub static AUTHORIZATIONS: Lazy<HashMap<(&'static str, &'static str), HashSet<&'static str>>> =
|
||||
Lazy::new(|| {
|
||||
let mut authorizations = hashmap! {
|
||||
let authorizations = hashmap! {
|
||||
("POST", "/multi-search") => hashset!{"search", "*"},
|
||||
("POST", "/indexes/products/search") => hashset!{"search", "*"},
|
||||
("GET", "/indexes/products/search") => hashset!{"search", "*"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue