Add a CORS header to allow accessing the JSON output from anywhere.

This commit is contained in:
BuildTools 2018-10-07 12:09:59 -04:00
parent 8fd9078d22
commit 3a546e45c1

1
getlinks/.htaccess Normal file
View File

@ -0,0 +1 @@
Header set Access-Control-Allow-Origin "*"