📝 docs
This commit is contained in:
parent
a567214f58
commit
164c71ddfe
9 changed files with 36 additions and 2 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue