Skip to content

Commit

Permalink
[WIP][BUGFIX] Correct responses
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Dec 2, 2024
1 parent 6b04d02 commit c6275fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ services:
App\Service\CacheWarmupService:
arguments:
$baseUrl: '%env(BASE_URL)%'

serializer.normalizer.json_serializable:
class: Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer
tags:
- { name: 'serializer.normalizer', priority: -2048 }

0 comments on commit c6275fa

Please sign in to comment.