Added endpoint constant
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user