Merged PR 2427: update api facade

Related work items: #23754
This commit is contained in:
Robert Bond
2026-06-25 08:11:14 +00:00
parent 5483c4cdf2
commit 153f0d679e
9 changed files with 1839 additions and 4 deletions
@@ -0,0 +1,5 @@
import legacyGetWatchedCasesProxyHandler from "../endpoint/getwatchedcasesproxy_api";
export default async function getWatchedCasesProxyFacade(req, res) {
return legacyGetWatchedCasesProxyHandler(req, res);
}