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 de7b656 commit f81f43eCopy full SHA for f81f43e
routes/astroport.js
@@ -1,5 +1,5 @@
1
'use strict';module.exports = {'/astroport': function(req, res){
2
- var gatesnships = [1,2,3].map(function(e){return '<span id=gate-'+e+'><span id=ship-'+e+'></span></span>';}).join('')});
+ var gatesnships = [1,2,3].map(function(e){return '<span id=gate-'+e+'><span id=ship-'+e+'></span></span>';}).join('');
3
res.send('<h1 id=astroport-name>Yoyo</h1>'
4
+gatesnships
5
);
0 commit comments