Compare commits
No commits in common. "3463915ead718fa9ad40acbcfef7597f1638dc87" and "8b65514ec655c201bcb318232d3b68573f2a9eb5" have entirely different histories.
3463915ead
...
8b65514ec6
|
@ -17,18 +17,42 @@
|
|||
|
||||
"schedules": [
|
||||
{
|
||||
"departure_datetime": "2024-10-29 20:00:00",
|
||||
"departure_datetime": "2024-10-27 21:00:00",
|
||||
"dock_name": "Dermaga 1",
|
||||
"destination": "Babang",
|
||||
"status": 2,
|
||||
"company_code": "UKIT",
|
||||
"ship_name": "KM. UKI RAYA 05"
|
||||
"ship_name": "KM. SATRIA 99 EXPRESS"
|
||||
},
|
||||
{
|
||||
"departure_datetime": "2024-10-27 21:00:00",
|
||||
"dock_name": "Dermaga 1",
|
||||
"destination": "Kupal - Jojame - Jikotamo - Kawasi",
|
||||
"status": 2,
|
||||
"company_code": "POM",
|
||||
"ship_name": "KM. INTIM TERATAI"
|
||||
},
|
||||
{
|
||||
"departure_datetime": "2024-10-28 20:00:00",
|
||||
"dock_name": "Dermaga 1",
|
||||
"destination": "Kupal - Jojame - Jikotamo - Kawasi",
|
||||
"status": 1,
|
||||
"company_code": "ASL",
|
||||
"ship_name": "KM. ELIZABETH III"
|
||||
},
|
||||
{
|
||||
"departure_datetime": "2024-10-28 20:30:00",
|
||||
"dock_name": "Dermaga 1",
|
||||
"destination": "Babang",
|
||||
"status": 1,
|
||||
"company_code": "TML",
|
||||
"ship_name": "KM. MARIN TERATAI"
|
||||
},
|
||||
{
|
||||
"departure_datetime": "2024-10-29 20:00:00",
|
||||
"dock_name": "Dermaga 1",
|
||||
"destination": "Kupal - Jojame - Jikotamo",
|
||||
"status": 2,
|
||||
"status": 0,
|
||||
"company_code": "POM",
|
||||
"ship_name": "KM. OBI PERMAI"
|
||||
},
|
||||
|
@ -36,7 +60,7 @@
|
|||
"departure_datetime": "2024-10-30 20:00:00",
|
||||
"dock_name": "Dermaga 1",
|
||||
"destination": "Babang",
|
||||
"status": 1,
|
||||
"status": 0,
|
||||
"company_code": "UKIT",
|
||||
"ship_name": "KM. UKI RAYA 05"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue