From d7babb2eb986b57776ebbd8b0611032729d5a4b6 Mon Sep 17 00:00:00 2001 From: Hikaru <37921907+voipsy@users.noreply.github.com> Date: Tue, 28 Sep 2021 13:09:59 +0800 Subject: [PATCH] Change Url --- OpenMico-Web/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenMico-Web/js/index.js b/OpenMico-Web/js/index.js index 1b1ff82..ceb5c8f 100644 --- a/OpenMico-Web/js/index.js +++ b/OpenMico-Web/js/index.js @@ -163,7 +163,7 @@ function getFirmwares() { firmwareTable.html(''); $.ajax({ - url: './data/firmwares.json', + url: 'https://endpoint.fastgit.org/https://github.com/azwhikaru/OpenMico/blob/FOTA/OpenMico-Web/data/firmwares.json', type: 'POST', dataType: 'json', success: function(data) {