diff --git a/private/New-MatrixUrl.ps1 b/private/New-MatrixUrl.ps1 index cec4597..cb251ae 100644 --- a/private/New-MatrixUrl.ps1 +++ b/private/New-MatrixUrl.ps1 @@ -7,5 +7,5 @@ function New-MatrixUrl { [string]$ApiPath ) - return $ServerUrl.Trim("/") + $ApiPath + return $ServerUrl.Trim("/") + "/" + $ApiPath } \ No newline at end of file