Files
OpenFrame/tests/api
yusufipek d5cb288719 test(api): register the billing cancel route in the auth matrix
The api suite enumerates every route module under app/api and requires each
one to be classified as session-guarded or deliberately public. The new cancel
route was neither, so the suite failed on an unclassified module and on the
module count. It takes the same shape as the other billing routes: a session
plus a same-origin header.
2026-09-08 13:58:54 +03:00
..