This commit is contained in:
parent
e8ebef4cc4
commit
0c30a268b8
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user