Files
pedwfrontend/pages/api/subscriptions/get-watched-cases-proxy.js
T
2026-06-25 08:11:14 +00:00

6 lines
214 B
JavaScript

import legacyGetWatchedCasesProxyHandler from "../endpoint/getwatchedcasesproxy_api";
export default async function getWatchedCasesProxyFacade(req, res) {
return legacyGetWatchedCasesProxyHandler(req, res);
}