Update name of user endpoint #9

Merged
phoenix merged 7 commits from update_name_of_user into main 2026-06-12 17:27:47 -04:00
Showing only changes of commit 86e42fc915 - Show all commits
+2
View File
@@ -17,4 +17,6 @@ pub mod endpoints {
pub const REFRESH_TOKEN: &str = "/api/v1/token/refresh";
/// Endpoint constant for updating password
pub const UPDATE_PASSWORD: &str = "/api/v1/user/password/update";
/// Endpoint constant for updating user's name
pub const UPDATE_USER_NAME: &str = "/api/v1/user/name/update";
}