1
2
3
4
5
6
import { id } from "https://esm.town/v/rld/id";
export let runGET = id(
"This is a GET request to the @rld.runGET endpoint in val.town",
);
// Forked from @stevekrouse.runGET
1
Next