mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 09:56:28 +00:00 
			
		
		
		
	Update crates/meilisearch/src/routes/features.rs
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
		@@ -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.
 | 
			
		||||
#[utoipa::path(
 | 
			
		||||
    post,
 | 
			
		||||
    get,
 | 
			
		||||
    path = "",
 | 
			
		||||
    tag = "Experimental features",
 | 
			
		||||
    security(("Bearer" = ["experimental_features.get", "experimental_features.*", "*"])),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user