Some refactoring

This commit is contained in:
phoenix
2025-03-13 20:49:29 -04:00
parent c76e7b71b5
commit b2e246d175
4 changed files with 4 additions and 29 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ impl TokenManager {
let api = &self.api;
let mut url = String::from(&api.url);
url += &String::from(&api.endpoint);
url += &String::from("/");
// url += &String::from("/");
return url;
}