Files
speedBB/api/config/packages/api_platform.yaml
2025-12-24 13:15:02 +01:00

11 lines
267 B
YAML

api_platform:
title: speedBB API
version: 1.0.0
formats:
json: ['application/json']
jsonld: ['application/ld+json']
defaults:
stateless: true
cache_headers:
vary: ['Content-Type', 'Authorization', 'Origin']