From 80fe97213f573878826e64677efc20eff7c19a49 Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Mon, 26 Oct 2020 20:45:43 +1100 Subject: [PATCH] fix(windows): use 13.0 endpoints for unchanged APIs --- windows/src/global/delphi/general/Upload_Settings.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/src/global/delphi/general/Upload_Settings.pas b/windows/src/global/delphi/general/Upload_Settings.pas index 3fef8fbf8d..ec375ced38 100644 --- a/windows/src/global/delphi/general/Upload_Settings.pas +++ b/windows/src/global/delphi/general/Upload_Settings.pas @@ -35,8 +35,8 @@ const API_Path_UpdateCheck_Developer = '/developer/'+SKeymanVersion+'/update'; // TODO: use /windows/ instead of /desktop/ - API_Path_SubmitDiag = '/desktop/'+SKeymanVersion+'/submitdiag'; - API_Path_IsOnline = '/desktop/'+SKeymanVersion+'/isonline'; + API_Path_SubmitDiag = '/desktop/13.0/submitdiag'; // version will only update when the api changes + API_Path_IsOnline = '/desktop/13.0/isonline'; // version will only update when the api changes // https://www.keyman.com/ - web pages URLPath_CreateTranslation = '/go/windows/'+SKeymanVersion+'/create-locale';