updated stations

This commit is contained in:
Martin Donnelly 2017-12-15 21:13:30 +00:00
parent 1c429a2853
commit 271ebbc504
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

View File

@ -12,8 +12,9 @@ const Minibus = require('minibus');
'routes' : [
{ 'from': 'dbe', 'to': 'glq' },
{ 'from': 'glq', 'to': 'dbe' },
{ 'from': 'glq', 'to': 'hym' },
{ 'from': 'hym', 'to': 'glq' }
{ 'from': 'pyg', 'to': 'glc' },
{ 'from': 'glc', 'to': 'ptk' },
{ 'from': 'ptk', 'to': 'dbe' }
],
'views':{}