fixed config getter, local only

parent 5673947f
......@@ -73,7 +73,7 @@ function initZimbra() {
}
export function getClientConfig() {
const method = Utils.isDevMode() ? 'GET' : 'POST';
const method = 'GET';
const url = Utils.getConfigName();
return axios({
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