📝 docs

This commit is contained in:
JMARyA 2025-04-30 10:02:04 +02:00
parent a567214f58
commit 164c71ddfe
9 changed files with 36 additions and 2 deletions

View file

@ -27,6 +27,7 @@ pub async fn login_user(Json(payload): Json<LoginParam>) -> (StatusCode, Json<se
}
}
/// Route for joining devices (`/join`)
pub async fn join_device(
ClientIp(ip): ClientIp,
Json(payload): Json<api::JoinParams>,