Origin 2

node v10.24.1
version: 2.0.0
endpointsharetweet
exports.endpoint = (request, response) => { response.end(`<h1>Origin 1</h1> <p>This link will redirect you to <code>https://www.ietf.org/</code>:</p> <a href="https://codepen.io/tripu/full/WNNJJbP"> <code>https://codepen.io/tripu/full/WNNJJbP</code> </a>`); };
Loading…

no comments

    sign in to comment