fix: enable application/json format in API Platform

This commit is contained in:
Gwadaking
2026-04-01 22:14:55 -04:00
parent 25244c308a
commit 15079ea7b4

View File

@@ -1,6 +1,9 @@
api_platform: api_platform:
title: Hello API Platform title: Hello API Platform
version: 1.0.0 version: 1.0.0
formats:
json: ['application/json']
jsonld: ['application/ld+json']
defaults: defaults:
stateless: true stateless: true
cache_headers: cache_headers: