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> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">

View File

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