updated stations
This commit is contained in:
parent
1c429a2853
commit
271ebbc504
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
@ -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':{}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user