sharry::api::Uri handling (addendum)

This commit is contained in:
Jörn-Michael Miehe 2025-06-04 22:29:19 +00:00
parent 28bb44aaf0
commit a91d9afb66

View file

@ -28,7 +28,7 @@ impl Alias {
}
pub(super) fn get_endpoint(&self, endpoint: impl Display + Debug) -> String {
let uri = format!("{}/{}", self.uri.to_string(), endpoint);
let uri = format!("{}/{}", self.uri, endpoint);
debug!("endpoint uri: {uri:?}");
uri