Skip to content

Commit

Permalink
api: cache /camps/[0-9a-f]*/activity_progress_labels
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Feb 9, 2025
1 parent 717c4ff commit 270d2c0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion api/config/packages/http_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ fos_http_cache:
overwrite: true
cache_control: { public: true, max_age: 0, s_maxage: 3600 }
vary: [Accept, Content-Type, Authorization, Origin]

-
match:
path: '^/camps/[0-9a-f]*/activity_progress_labels'
headers:
overwrite: true
cache_control: { public: true, max_age: 0, s_maxage: 3600 }
vary: [Accept, Content-Type, Authorization, Origin]
-
match:
path: '^/camps/[0-9a-f]*/checklists'
Expand Down

0 comments on commit 270d2c0

Please sign in to comment.