From 47184c7b41cbe181795f4793e39d03e601a50cc6 Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Fri, 26 Sep 2025 22:46:11 +0300 Subject: Add an example for the token field --- src/routers/account.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routers/account.rs b/src/routers/account.rs index 3159db6..51ce911 100644 --- a/src/routers/account.rs +++ b/src/routers/account.rs @@ -29,6 +29,7 @@ async fn username_exists(username: &str, db: &DatabaseConnection) -> Result, } -- cgit v1.2.3