Эндпоинт users/change-username.

This commit is contained in:
2025-04-15 18:55:45 +04:00
parent 542258df01
commit 7a1b32d843
3 changed files with 79 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ pub fn get_api_scope<
let users_scope = utoipa_actix_web::scope("/users")
.wrap(JWTAuthorization)
.service(routes::users::change_username)
.service(routes::users::me);
let schedule_scope = utoipa_actix_web::scope("/schedule")