send CORS headers for OPTIONS requests #1983
Annotations
1 error
commitlint
You have commit messages with errors
⧗ input: send CORS headers for OPTIONS requests
Currently CORS validation fails, due to OPTIONS Requests having a 405
response code. This commit corrects this by sending the proper CORS
headers and a success status code on an OPTIONS request.
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|