mirror of
https://github.com/Thumbscrew/PSMatrix.git
synced 2025-01-18 17:45:44 +00:00
fix missing slash
This commit is contained in:
parent
366bde4897
commit
de4a048ab2
@ -7,5 +7,5 @@ function New-MatrixUrl {
|
|||||||
[string]$ApiPath
|
[string]$ApiPath
|
||||||
)
|
)
|
||||||
|
|
||||||
return $ServerUrl.Trim("/") + $ApiPath
|
return $ServerUrl.Trim("/") + "/" + $ApiPath
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user