diff --git a/backend/src/ron_extractor.rs b/backend/src/ron_extractor.rs index 1c14869..bdd6655 100644 --- a/backend/src/ron_extractor.rs +++ b/backend/src/ron_extractor.rs @@ -1,3 +1,4 @@ +//! An Axum extractor for HTTP body containing RON data (Rusty Object Notation). use axum::{ body::Bytes, extract::{FromRequest, Request}, diff --git a/backend/templates/title.html b/backend/templates/title.html index 57730e4..67ec663 100644 --- a/backend/templates/title.html +++ b/backend/templates/title.html @@ -1,4 +1,8 @@