Skip to content

Commit

Permalink
adjust path
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Nov 12, 2024
1 parent 5d42df6 commit f9bbd8b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Services/Endpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,12 @@ public function getSchemaUploadUri(): string {
*/
public function getReloadUri(): string {
return vsprintf(
'%s/%s',
'%s://%s:%d/%s%s',
[
$this->getCoreBaseUri(),
$this->getScheme(),
$this->getHost(),
$this->getPort(),
$this->getPath(),
$this->getReloadPath(),
]
);
Expand Down

0 comments on commit f9bbd8b

Please sign in to comment.