diff --git a/src/callers/mod.rs b/src/callers/mod.rs index 4fdaf82..f280a4f 100644 --- a/src/callers/mod.rs +++ b/src/callers/mod.rs @@ -8,4 +8,5 @@ pub mod endpoints { pub const DBTEST: &str = "/api/v2/test/db"; pub const LOGIN: &str = "/api/v2/login"; pub const SERVICE_LOGIN: &str = "/api/v2/service/login"; + pub const REFRESH_TOKEN: &str = "/api/v2/token/refresh"; }