tsk-51: Added string for refresh token endpoint
This commit is contained in:
@@ -8,4 +8,5 @@ pub mod endpoints {
|
|||||||
pub const DBTEST: &str = "/api/v2/test/db";
|
pub const DBTEST: &str = "/api/v2/test/db";
|
||||||
pub const LOGIN: &str = "/api/v2/login";
|
pub const LOGIN: &str = "/api/v2/login";
|
||||||
pub const SERVICE_LOGIN: &str = "/api/v2/service/login";
|
pub const SERVICE_LOGIN: &str = "/api/v2/service/login";
|
||||||
|
pub const REFRESH_TOKEN: &str = "/api/v2/token/refresh";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user