mirror of
https://github.com/Thumbscrew/PSMatrix.git
synced 2025-07-01 10:35:25 +00:00
fix missing slash
This commit is contained in:
@ -7,5 +7,5 @@ function New-MatrixUrl {
|
||||
[string]$ApiPath
|
||||
)
|
||||
|
||||
return $ServerUrl.Trim("/") + $ApiPath
|
||||
return $ServerUrl.Trim("/") + "/" + $ApiPath
|
||||
}
|
Reference in New Issue
Block a user