Skip to content

Commit

Permalink
fixed naming error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammy Mansour committed May 18, 2020
1 parent 30ed7a1 commit c5d3d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/shell/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ router.get('/session/:id/*', function (req, res) {

router.get('/launch', function (req, res) {

res.render('launch', {baseURI: req.baseUrl, sessions: terminal.sessionsInfo()});
res.render('launch', {baseURI: req.baseUrl, sessions: terminals.sessionsInfo()});

})

Expand Down

0 comments on commit c5d3d95

Please sign in to comment.