From 05bffc7996ce1066de646fbc7ddaf99eba12dd0b Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Thu, 8 Feb 2024 14:57:57 -0500 Subject: [PATCH] Update the readme with changes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 813c531..ce3157a 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,5 @@ sudo dpkg -i "mirror-server-${VERSION}_amd64.deb" * [x] Migrate actix to axum for easier maintainability. * [x] Add mirroring of JSON request. * [x] Add logging to server. -* [ ] Add convenience path to access logging for a certain date / records. +* [x] ~~Add convenience path to access logging for a certain date / records.~~ * [ ] Dockerize mirror-server for easier distribution.