Update password endpoint #8

Merged
phoenix merged 9 commits from update_password into main 2026-06-12 13:08:35 -04:00
Showing only changes of commit 0115f96671 - Show all commits
+2
View File
@@ -15,4 +15,6 @@ pub mod endpoints {
pub const LOGIN_SERVICE_USER: &str = "/api/v1/service/login";
/// Endpoint constant for refresh token
pub const REFRESH_TOKEN: &str = "/api/v1/token/refresh";
/// Endpoint constant for updating password
pub const UPDATE_PASSWORD: &str = "/api/v1/token/refresh";
}