From 271ebbc5043575e1c4c07eb267e080bdb1c1c542 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Fri, 15 Dec 2017 21:13:30 +0000 Subject: [PATCH] updated stations --- src/index.html | 2 +- src/js/app.js | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/index.html b/src/index.html index 4184add..6548960 100644 --- a/src/index.html +++ b/src/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/js/app.js b/src/js/app.js index 654dc1d..d94b256 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -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':{}