Update crates/meilisearch/src/routes/features.rs

Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
Tamo 2025-01-13 13:43:38 +01:00 committed by GitHub
parent 0de34aa8fa
commit c9fb6c48b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ pub fn configure(cfg: &mut web::ServiceConfig) {
/// ///
/// Get a list of all experimental features that can be activated via the /experimental-features route and whether or not they are currently activated. /// Get a list of all experimental features that can be activated via the /experimental-features route and whether or not they are currently activated.
#[utoipa::path( #[utoipa::path(
post, get,
path = "", path = "",
tag = "Experimental features", tag = "Experimental features",
security(("Bearer" = ["experimental_features.get", "experimental_features.*", "*"])), security(("Bearer" = ["experimental_features.get", "experimental_features.*", "*"])),