address: POST an address

This commit is contained in:
nobohan
2021-05-28 10:14:54 +02:00
parent 057db09847
commit 165012b302
4 changed files with 45 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
---
services:
# note: the autowiring for serializers and normalizers is declared
# note: the autowiring for serializers and normalizers is declared
# into ../services.yaml
Chill\MainBundle\Serializer\Normalizer\DoctrineExistingEntityNormalizer:
@@ -9,3 +9,8 @@ services:
tags:
- { name: 'serializer.normalizer', priority: 8 }
Chill\MainBundle\Serializer\Normalizer\PointNormalizer:
autowire: true
tags:
- { name: 'serializer.normalizer', priority: 8 }