small changes to info thing
This commit is contained in:
parent
fa31a0a51a
commit
56332c61f3
2 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ pub async fn info(data: web::Data<AppState>) -> HttpResponse {
|
|||
// get access to the pasta collection
|
||||
let pastas = data.pastas.lock().await;
|
||||
|
||||
// todo status report more sophisticated
|
||||
// TODO: status report more sophisticated
|
||||
let mut status = "OK";
|
||||
let mut message = "";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue