sharry::api::Uri handling (addendum)
This commit is contained in:
parent
28bb44aaf0
commit
a91d9afb66
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue