We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b579cb commit 1ed2e6eCopy full SHA for 1ed2e6e
routes/astroport.js
@@ -1,5 +1,5 @@
1
'use strict';module.exports = {'/astroport': function(req, res){
2
- var gatesnships = ['gates','ships'].map(function(f){return [1,2,3].map(function(e){return '<span id='+f+'-'+e+'></span>';}).join('')}).join('');
+ var gatesnships = ['gate','ship'].map(function(f){return [1,2,3].map(function(e){return '<span id='+f+'-'+e+'></span>';}).join('')}).join('');
3
res.send('<h1 id=astroport-name>Yoyo</h1>'
4
+gatesnships
5
);
0 commit comments