1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 01:39:28 +02:00
ampache/server/.htaccess
Phyks (Lucas Verney) 21b321098c Improve API, as discussed in #1292
* Provide artists art in the `artists` method.
* Add `name` as an alias for `title` attribute for `songs` and stuff.
* Add a `.htaccess` file to enable CORS headers.

Closes #1292.
2016-07-22 15:52:55 +02:00

4 lines
109 B
ApacheConf

# Enable CORS headers
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>