Removing code

This commit is contained in:
phoenix
2025-03-13 21:37:32 -04:00
parent b69c111b66
commit 03ed3deae6
-1
View File
@@ -73,7 +73,6 @@ impl TokenManager {
let api = &self.api; let api = &self.api;
let mut url = String::from(&api.url); let mut url = String::from(&api.url);
url += &String::from(&api.endpoint); url += &String::from(&api.endpoint);
// url += &String::from("/");
return url; return url;
} }