fix(windows): use 13.0 endpoints for unchanged APIs

This commit is contained in:
Marc Durdin 2020-10-26 20:45:43 +11:00
parent 4e503131cd
commit 80fe97213f

View file

@ -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';