1
2
3
4
5
import { fetch } from "https://esm.town/v/std/fetch";
export const secretEndpointFailure = fetch(
"https://neverstew-secretEndpoint.web.val.run",
);