mirror of
https://github.com/azaion/admin.git
synced 2026-06-21 15:41:08 +00:00
4914f08aff
POST /resources/check now collides with the multipart-only file-upload
route POST /resources/{dataFolder?} (with dataFolder="check"). A JSON POST
to that path therefore returns 415 (UnsupportedMediaType) instead of 404.
Both signal that the deleted hardware-binding endpoint is gone — what
matters for AC-2 is that no hardware-binding side-effect runs. Test now
accepts either status for /resources/check; PUT /users/hardware/set
remains a strict 404.
Co-authored-by: Cursor <cursoragent@cursor.com>