diff --git a/webapp/src/views/SystemInfoView.vue b/webapp/src/views/SystemInfoView.vue index ba36ec368..fb73170a7 100644 --- a/webapp/src/views/SystemInfoView.vue +++ b/webapp/src/views/SystemInfoView.vue @@ -60,7 +60,7 @@ export default defineComponent({ this.systemDataList.git_is_hash = true; } - const fetchUrl = "https://api.github.com/repos/helgeerbe/OpenDTU-OnBattery/compare/" + const fetchUrl = "https://api.github.com/repos/tbnobody/OpenDTU/compare/" + this.systemDataList.git_hash + "...HEAD"; fetch(fetchUrl)