address selection: filter cities based on country

This commit is contained in:
nobohan
2021-05-20 11:46:18 +02:00
parent 2f28cb16ef
commit 4cc308c936
4 changed files with 38 additions and 7 deletions

View File

@@ -290,6 +290,7 @@ class ChillMainExtension extends Extension implements PrependExtensionInterface,
]
],
[
'controller' => \Chill\MainBundle\Controller\PostalCodeAPIController::class,
'class' => \Chill\MainBundle\Entity\PostalCode::class,
'name' => 'postal_code',
'base_path' => '/api/1.0/main/postal-code',