This commit is contained in:
@@ -25,7 +25,7 @@ app.get('/', function (request, response) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
app.get('/externalLink', function (request, response) {
|
app.get('/externalLink', function (request, response) {
|
||||||
response.end('<a href="http://example.com/"</a>');
|
response.end('<a href="http://example.com/">ext</a>');
|
||||||
});
|
});
|
||||||
|
|
||||||
app.get('/deeplink1', function (request, response) {
|
app.get('/deeplink1', function (request, response) {
|
||||||
|
Reference in New Issue
Block a user