This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user