Change display yeat 2023 -> 2024

This commit is contained in:
tkl 2024-02-13 08:18:23 +00:00
parent bd7af78cba
commit 2a1925dba9

View File

@ -5,7 +5,7 @@
let backend_url = "https://home.blackfinn.de/api/bicycle";
// let backend_url = "http://localhost:5000/api/bicycle";
let year = 2023;
let year = 2024;
let total_distance_value = 0.0;
let total_distance_unit = "m"
let year_result_value = 0.0;