mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Updated API url, should fix GH-51
This commit is contained in:
parent
c216aa5f24
commit
cfec8e089b
@ -19,7 +19,7 @@
|
||||
result = JSON.parse(response.responseText);
|
||||
latestvers = result.info.version.split(".");
|
||||
|
||||
neo.xhttprequest("/api/serverinfo",{},"GET",json=true).then((response)=>{
|
||||
neo.xhttprequest("/apis/mlj_1/serverinfo",{},"GET",json=true).then((response)=>{
|
||||
|
||||
result = JSON.parse(response.responseText);
|
||||
thisvers = result.version;
|
||||
|
Loading…
Reference in New Issue
Block a user