tsk-51: Added string for refresh token endpoint

This commit is contained in:
2025-08-04 19:54:58 -04:00
parent 99390ce8b7
commit 8164c89d8e

View File

@@ -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";
}