This commit is contained in:
2020-05-13 23:48:10 +00:00
parent 5b65d2feec
commit e32124c7bf

View File

@@ -299,7 +299,7 @@ function fetchTranslatedText(vm) {
////////////////////
//
function getServerInfo(vm) {
return window.$gz.api.get("ServerInfo").then(res => {
return window.$gz.api.get("server-info").then(res => {
if (res.error) {
throw res.error;
} else {