Skip to content

Commit

Permalink
Add API for Announcements to CORS allowed patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
a-pasquale committed Nov 14, 2024
1 parent 6bd9e0b commit 6534bfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies: { }
id: apis
label: APIs
weight: 0
patterns: "/api/1.0/affinity_groups/*\r\n/api/1.0/kb/*\r\n/api/1.0/events/ag/*\r\n/api/1.1/events/ag/*\r\n"
patterns: "/api/1.0/affinity_groups/*\r\n/api/1.0/kb/*\r\n/api/1.0/events/ag/*\r\n/api/1.1/events/ag/*\r\n/access_news/api\r\n"
allowed_headers: '*'
allowed_methods: '*'
allowed_origins: '*'
Expand Down

0 comments on commit 6534bfd

Please sign in to comment.