Skip to content

Commit

Permalink
build: enable cors for all registry json files
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Sep 12, 2023
1 parent 3c8531b commit ea046c0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/_headers
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/adapters.json
Access-Control-Allow-Origin: *
/bots.json
Access-Control-Allow-Origin: *
/drivers.json
Access-Control-Allow-Origin: *
/plugins.json
Access-Control-Allow-Origin: *
/results.json
Access-Control-Allow-Origin: *

0 comments on commit ea046c0

Please sign in to comment.