sideshowcoder / canned

Server to respond with fake API responses, by using a directory of files for finding out what to say!
213 stars 46 forks source link

adding correct headers in CORS reponses, plus passing test #11

Closed runemadsen closed 10 years ago

runemadsen commented 10 years ago

PUT and DELETE requests were not working with CORS. They are now.

sideshowcoder commented 10 years ago

Looks Good