Added sample data
This commit is contained in:
commit
cc6b135b73
3 changed files with 60 additions and 0 deletions
32
routes.json
Normal file
32
routes.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
{[
|
||||
{
|
||||
"id":"10",
|
||||
"number":"10",
|
||||
"name":"Λιμάνι - Π.Α.Γ.Ν.Η.",
|
||||
"stops":[
|
||||
"1",
|
||||
"2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"11",
|
||||
"number":"11",
|
||||
"name":"Λιμάνι - Αεροδρόμιο",
|
||||
"stops":[
|
||||
"1",
|
||||
"3"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"12",
|
||||
"number":"12",
|
||||
"name":"Π.Α.Γ.Ν.Η - Αεροδρόμιο",
|
||||
"stops":[
|
||||
"2",
|
||||
"3"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
]}
|
||||
|
Reference in a new issue