Val Express URL

Returns the Express URL of the val it's called in

Example usage

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