mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
update running route
This commit is contained in:
parent
817fcfdd88
commit
1e9f374ff8
2 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
use std::time::Duration;
|
||||
|
||||
use actix_web::{get, HttpResponse};
|
||||
use actix_web::HttpResponse;
|
||||
use chrono::{DateTime, Utc};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
|
@ -220,7 +220,6 @@ impl IndexUpdateResponse {
|
|||
/// "status": "Meilisearch is running"
|
||||
/// }
|
||||
/// ```
|
||||
#[get("/")]
|
||||
pub async fn running() -> HttpResponse {
|
||||
HttpResponse::Ok().json(serde_json::json!({ "status": "MeiliSearch is running" }))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue