© 2026 Hedgehog Software, LLC
TypeError: Fetch API cannot load: <MY_PATH>
const res = await SELF.fetch(req.url, { method: req.method, headers: req.headers, body: JSON.stringify(req.body), });