Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

v1.2.1

Choose a tag to compare

@jdesrosiers jdesrosiers released this 08 Mar 20:58
· 12 commits to master since this release

This fixes a bug introduced in the previous release. Because the OPTIONS route matches everything, it led to non-CORS requests returning 405 Method Not Allowed instead of 404 Not Found for non-existent resources. These requests now respond with 404 Not Found as expected.