feat ConfigService
: update api url
This commit is contained in:
parent
8aed7bb9b7
commit
c7f006c5a2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class BlueprintConfigService
|
|||
}
|
||||
|
||||
public function latest(): string {
|
||||
$api_url = "http://api.blueprint.zip:50000/api/latest";
|
||||
$api_url = $this->PlaceholderService->api_url()."/api/latest";
|
||||
$context = stream_context_create([
|
||||
'http' => [
|
||||
'method' => 'GET',
|
||||
|
|
Loading…
Reference in a new issue