thisExpressURL
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Returns the Express URL of the val it's called in
function testThisExpressUrl(req, res) {
let url = @stevekrouse.thisExpressURL();
res.send(`<a href="${url}">${url}</a>`);
}
Source: https://www.val.town/v/stevekrouse.testThisExpressUrl
Output: https://stevekrouse-testThisExpressUrl.express.val.run
Migrated from folder: Archive/thisExpressURL