feat ConfigService: update api url

This commit is contained in:
prplwtf 2024-04-20 12:43:21 +02:00
parent 8aed7bb9b7
commit c7f006c5a2

View file

@ -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',