diff --git a/src/Form/BuildingAddressType.php b/src/Form/BuildingAddressType.php index 8d4222f..d26b415 100644 --- a/src/Form/BuildingAddressType.php +++ b/src/Form/BuildingAddressType.php @@ -27,9 +27,9 @@ public function configureOptions(OptionsResolver $resolver): void 'autocomplete' => false, 'class' => '', 'data-controller' => 'crovitche--swiss-geo-bundle--tom-select', - 'data-crovitche--swiss-geo-bundle--tom-select-url-value' => 'http://localhost:7700/indexes/addresses/search' + 'data-crovitche--swiss-geo-bundle--tom-select-url-value' => 'http://localhost:7701/indexes/addresses/search' ], - 'autocomplete-url' => 'http://localhost:7700/indexes/addresses/search', + 'autocomplete-url' => 'http://localhost:7701/indexes/addresses/search', 'payload-name' => 'q', 'choice_label' => static function (?BuildingAddress $address): string { $streetLocality = $address?->getStreetLocality();