This commit is contained in:
2018-12-27 12:43:27 +09:00
commit b4f1c55f50
19 changed files with 295 additions and 0 deletions

5
.htaccess Normal file
View File

@@ -0,0 +1,5 @@
Header set Access-Control-Allow-Origin "*"
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>