Refactoring #34

Merged
kdeng00 merged 14 commits from refactoring into master 2025-03-15 20:37:04 -04:00
Showing only changes of commit 03ed3deae6 - Show all commits
-1
View File
@@ -73,7 +73,6 @@ impl TokenManager {
let api = &self.api;
let mut url = String::from(&api.url);
url += &String::from(&api.endpoint);
// url += &String::from("/");
return url;
}