Fix URL for timetable details
This commit is contained in:
parent
be7d0106d5
commit
2bbe81922c
@ -1,3 +1,3 @@
|
||||
export const version = '2023.7.1';
|
||||
export const versionTag = 'beta.3';
|
||||
export const versionTag = 'beta.4';
|
||||
export const showWelcome = true;
|
||||
|
@ -8,7 +8,7 @@
|
||||
let isExpanded = false;
|
||||
|
||||
async function getTrainByUID(tuid = '') {
|
||||
const url = `https://owlboard.info/api/v2/timetable/train/byTrainUid/${tuid}`;
|
||||
const url = `https://owlboard.info/api/v2/timetable/train/now/byTrainUid/${tuid}`;
|
||||
const options = {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
@ -108,10 +108,12 @@
|
||||
.container-header {
|
||||
text-align: left;
|
||||
padding-left: 10px;
|
||||
font-size: 14px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
padding-top: 12px;
|
||||
padding-bottom: 10px;
|
||||
font-family: ubuntu, monospace;
|
||||
color: white;
|
||||
}
|
||||
#container-arrow {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
|
Loading…
Reference in New Issue
Block a user