fixed config getter, local only

parent 5673947f
...@@ -73,7 +73,7 @@ function initZimbra() { ...@@ -73,7 +73,7 @@ function initZimbra() {
} }
export function getClientConfig() { export function getClientConfig() {
const method = Utils.isDevMode() ? 'GET' : 'POST'; const method = 'GET';
const url = Utils.getConfigName(); const url = Utils.getConfigName();
return axios({ return axios({
url, url,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment