mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-18 05:37:40 +00:00
fix(windows): use 13.0 endpoints for unchanged APIs
This commit is contained in:
parent
4e503131cd
commit
80fe97213f
1 changed files with 2 additions and 2 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue