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