From 6350241a35f6d79b9b63f5937f0b27723e5fb229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Aime?= Date: Fri, 19 Feb 2021 13:33:02 +0100 Subject: [PATCH] Issue with API URL corrected. --- app/frontend/src/views/update.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/frontend/src/views/update.vue b/app/frontend/src/views/update.vue index 3d00d1e..c56b513 100644 --- a/app/frontend/src/views/update.vue +++ b/app/frontend/src/views/update.vue @@ -24,7 +24,7 @@ }, methods: { check_update: function() { - axios.get('/api/update/check-version', { timeout: 60000 }) + axios.get('/api/update/get-version', { timeout: 60000 }) .then(response => { if(response.data.status) { if(response.data.current_version == window.next_version){