1
2
3
4
5
6
import { thisExpressURL } from "https://esm.town/v/stevekrouse/thisExpressURL";
export function testThisExpressUrl(req, res) {
let url = thisExpressURL();
res.send(`<a href="${url}">${url}</a>`);
}
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
stevekrouse-testthisexpressurl.express.val.run
October 23, 2023