I have an application with API Platform and an other which consume my API.
I want to change the max-age value but when I change the value in the config, it doesn't change the value when I send a request...
Here is my config:
api_platform:
...
http_cache:
max_age: 600
...
And here is my request and response headers:
Tell me what I'm doing wrong.