diff --git a/src/endpoints/info.rs b/src/endpoints/info.rs index 98e44f4..7230050 100644 --- a/src/endpoints/info.rs +++ b/src/endpoints/info.rs @@ -20,7 +20,7 @@ pub async fn info(data: web::Data) -> 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 = ""; diff --git a/templates/info.html b/templates/info.html index 07ff49a..6373c87 100644 --- a/templates/info.html +++ b/templates/info.html @@ -6,9 +6,9 @@

Links

Documentation and Help
- Source Code + Source Code
- Feedback + Feedback
Donate and Sponsor @@ -39,4 +39,4 @@
-{% include "footer.html" %} \ No newline at end of file +{% include "footer.html" %}