Added endpoint constant

This commit is contained in:
2026-06-12 11:28:53 -04:00
parent 8e0b8b737b
commit 0115f96671
+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";
}